Part Number: TMS320F28386S Other Parts Discussed in Thread: C2000WARE Hi,
What i should do in case of Error
uint16_t rxStatus = SCI_getRxStatus(SCIA_BASE);
if( rxStatus & SCI_RXSTATUS_ERROR ){
}
advice
Part Number: TMS320F28386S Other Parts Discussed in Thread: C2000WARE Hi, I am trying to make my project run from Flash and I have some problems.
I am compeering my work with the examples provided with C2000Ware installation.
I dont understand where…
Part Number: TMS320F28386S Other Parts Discussed in Thread: C2000WARE Hi.
All the examples that come with C2000ware come with two build options.
Some come with RAM / FLASH build options.
Some come with DEBUG / RELEASE build options.
What is the fundamental…
Hi MJ,
The TMS320F28386S-Q1 is part of the TMS320F2838x family. The entire family safety capable. The beta releases for FMEDA, Safety Manual, SDLs and STLs are available to enable prototyping for early adopters. The product is going through the required…
Part Number: TMS320F28386S
If I define sections in an assembler file (.asm) the sections seem not be linked. In the .map file the sections are not visible to get initialized by the content in the .asm file. Only the dummy sections (DSECT) are visible…
I could solve this issue. If the RAM/flash sectors shall belong to one zone, the GRAMRAMx/GRABSECTx bits in the other zone cannot be 0b11 (like in older DSPs) if the passwords are set (Table 6-1 in TRM).
Hi Nir,
Yes, looks like optimization needs to be enabled, I would recommend -O2 at a minimum and speed set to 5 for favoring faster execution vs code size.
Thanks,
Ashwini
Part Number: TMS320F28386S Other Parts Discussed in Thread: TEST , C2000WARE Hi,
i build project based on cm_common_config_c28x and enet_lwip projects.
i work on my custome board.
in project cm_common_config_c28x i made change for the ethernet MII IOs as…
Part Number: TMS320F28386S Other Parts Discussed in Thread: C2000WARE , TMDSCNCD28388D There is example for USB used as Mass Storage Device To SD Card?