Part Number: TMS320F28P650DK Hi experts,
My customer want to nitialize the all the value in bss and ebss sections to zero manually for there are too many variables that have not been assigned an initial value in their code. Does BU has any guide to do…
Alice 说: __enable_interrupts() and __disable_interrupts() are compiler intrinsics. They don't require any definition or declaration, when the C2000 compiler is used.
__TMS320C28XX__ is a predefined macro, defined by the C2000 compiler when compiling…
Just to clarify, do you mean you can implement delay with the current code or with the one in C2000Ware valley switching example? When running C2000Ware valley switching, do you get 354us delay before refreshing?
Part Number: TMS320F280039C
Using the LAUNCHXL_280039C development board, the 280039C/MCAN example (mcan_ex7_classic_transmit) is builded, the CAN message cannot be sent. MCAN_TXBRP.TRP0 always 1, and MCAN_CCCR.INIT = 1. The line of code below cannot change…