SPRAD51A December 2023 – April 2024 F29H850TU , F29H859TU-Q1 , TMS320F2800157 , TMS320F280039 , TMS320F280039-Q1 , TMS320F280039C , TMS320F280039C-Q1 , TMS320F28P659DK-Q1
Question: I cannot find the kernel projects, where are they?
Answer:
Device | Build Configuration | Location |
---|---|---|
F28003x | RAM | C2000Ware_x_xx_xx_xx > driverlib > f28003x > examples > flash |
F28P65x | RAM | C2000Ware_x_xx_xx_xx > driverlib > f28p65x > examples > c28x_dual > flash_kernel |
F280015x |
RAM |
C2000Ware_x_xx_xx_xx > driverlib > f280015x > examples > flash |
Question: What are the first things I should check if the flash kernel does not download?
Answer:
For all other flash kernels mentioned in this document, the 128-bit programming function of the Flash API is used. Thus, applications loaded with these kernels should be 128-bit aligned. In SECTIONS, add a comma and "ALIGN(8)" after each line where a section is allocated to flash.
Question: I have combined the application images yet still cannot program, how can this be resolved?
Answer: Be sure that the first image in combined .txt file contains CPU1's image, followed by CPU2's image.