eTPU_C Product News
eTPU | eTPU_CeTPU_C Compiler Update V1.0.7.85
The eTPU C compiler V1.0.7.85 has been released and is available from the customer update depot on Byte Craft's website.
eTPU support for hybrid vehicle development
Submitted by Walter Banks on Wed, 2010-07-21 15:33. eTPU_C | eTPU_C | eTPU_C ProductByte Craft has for the last several months been developing new eTPU
support tools. The eTPU C Code Development System will continue to be
supported for use primarily in automotive engine controllers with
continuing support for eTPU2, new releases and updates.
The last few months we have be visiting customers and outlining some
directions we are adding to our support for the eTPU. Byte Craft is in
the release process of a separate eTPU based tool set that focuses on
other eTPU based applications. Essentially we have been looking at
Fixed point types and sine wave generation
C6808 | MPC | RS08We've found that the variety of data types offered by the compiler is
of paramount importance to the ease and effectiveness of embedded
programming. Having lots of data types makes implementing your
programming solution easier. It also removes a big source of error:
the hand-optimization needed to encode data in assembly programs.
Starting in 2007 we're offering a large variety of fixed point data
types in new releases of our compilers. Fixed point data types handle
fractional values ("Fractional" types) and occasionally types with
Li-ion Battery Charger
C6808 | MPC | MPC | RS08This reference design demonstrates the new thread-based programming style that we created to complement the RS08, but it's used on an HC08.
Freescale eTPU Standard Function Libraries and Function Sets.
Submitted by Walter Banks on Tue, 2010-06-01 14:51. eTPU_C | eTPU_C | eTPU_C Product | Freescale eTPUThe Freescale eTPU standard library and eTPU function sets were developed using Byte Craft tools. Copies of these tools are available as part of Byte Craft eTPU support.
RS08 Interrupt support
Submitted by Walter Banks on Tue, 2010-03-30 13:18.Contact Byte Craft for headers for the new RS-08 part headers.
9RS08KB8.h 9RS08KB4.h 9RS08KB2.h 9RS08KB12.h 9RS08LE4.h 9RS08LA8.h
The RS-08 parts that support interrupts (9RS08KB8.h 9RS08KB4.h 9RS08KB2.h) may also be programmed as event driven processors.
Checking eTPU_C generated code
Submitted by Walter Banks on Wed, 2010-01-27 22:47. assembly | eTPU | eTPU_CByte Craft's eTPU customers generally use several different tools in their eTPU toolchain. The eTPU has a microcoded instruction set that may display the disassembly of the eTPU's instruction in several ways. The following example came from a conversation with a customer about instruction display formats of various tools that support the eTPU.
Byte Craft chose to display the instructions in the listing file as a functional representation of the instructions. In the following example an add with one side of the alu complimented and incremented is displayed as a subtract in our listings which is both functionally correct and a more compact representation.
Parallelism
Submitted by Walter Banks on Fri, 2009-10-09 20:54. C | IEC 61131
In the comp.arch newsgroup, we've been following a heated discussion about Parallelism. It's focused on the question of designing software to run on multiple cores, either with shared memory or message passing.
We're of the opinion that the compiler can assist the developer in this task. After all, the compiler knows what is (or could be) in memory at any one moment.
Byte Craft Limited support in China
Byte Craft Limited and our chinese distributor Qast Software Group have produced an introduction to Byte Craft Limited and our products in simplified Chinese.
printf for embedded
Submitted by Kirk Zurell on Thu, 2009-09-24 20:25. C | C6808 | debugging | eTPU | eTPU_C | eTPU_C | RS08There's only so much debugging information an LED or LCD display can report. What's worse, embedding debugging code in the executable can provoke misuse, while stripping it out can cause heisenbugs.
Your C compiler can help manage debugging information for you in a way that doesn't interfere with your product. Here's how:


eTPU_C:
C6808: