Fernando,
When it receives the command to erase all, can you stream in a new kernel in to RAM and branch to it? You can develop that kernel to contain all the functionality that you need.
Please note: I am OOO currently. I am assigning this post to another…
Part Number: TMS320F28386D Hi champs,
My customer develops his project by using CCS debug mode without problems, but he finds that F28386D fails to boot-up when standalone flash boot.
I find that the CPU1 tries to read CPU2_to_CPU1 MSGRAM0 when CPU2…
Part Number: TMS320F28386D Other Parts Discussed in Thread: TEST Hi,
While using drivelib, we have an error at compiling while using the emif driver of the driverlib.
We narrowed it down to stdbool.h and stdint.h missing includes in the emif.h file of…
Part Number: TMS320F28386D Other Parts Discussed in Thread: SYSCONFIG
Hi,
I ran into an odd generated code for the CLB on my project:
CLB_setOutputMask(myCLB0_BASE, (0UL << 0UL), true);
CLB_enableOutputMaskUpdates(myCLB0_BASE);
I don't use any…
Part Number: TMS320F28386D Other Parts Discussed in Thread: C2000WARE
Hello,
I retrieve the latest version from C2000Ware and unzipped it on my computer.
However, when I am trying to import a project from it I received an error related to a missing compiler…
Part Number: TMS320F28386D Other Parts Discussed in Thread: C2000WARE Hi,
I am trying to use USB boot in F28386D with XTAL OSC 25MHz.
It showed unkown device in windows device manager.
I found some forms below said USB boot must use XTAL OSC 20MHz. And it…
Part Number: TMS320F28386D Other Parts Discussed in Thread: TEST Hello,
I was going through the TRM and read the following:
All message objects of a FIFO buffer needs to be read and cleared before the next batch of messages can be stored. Otherwise true…
Part Number: TMS320F28386D Other Parts Discussed in Thread: TEST Hello,
In our application, we intend to use the 32 message objects as FIFO (see related question) and accept any frame.
So I would need to activate the UMask bit in IFxMCTL and then write…
Part Number: TMS320F28386D Hello,
I am struggling to understand the difference between the CMTOCPU1NMICTL and CMTOCPU1INTCTL, or rather not understanding hte later.
I do understand that the first register allows to configure whether or not the CM a NM…