Part Number: TMS320F280037C Hello,
I am attempting to write my program to flash so it may run independently without a debug probe installed.
It appears as though the Universal Motor Control lab code already sets up the linker command files, and runs…
Part Number: TMS320F280037C Other Parts Discussed in Thread: TMS320F280037 I wrote a code using bitfield programming for the microcontroller TMS320F280037, but when I try to save my code in flash memory I receive the following errors:
"../F280037_flash_lnk…
Hi Mateusz,
I am closing this post since we aligned on the fix offline.
FYI for others that may refer to this post: We suggested the customer to disable the prefetch mechanism before calling Fapi_setActiveFlashBank(). Prefetch can be enabled after the…
Part Number: TMS320F280037C Hello Team,
Posting on behalf of my customer.
We are looking for the qualification report for the device F280037CSPZ, unfortunately no result on the website.
Especially the reliability test report. Thanks!!
Aric Gerspacher said: To me it seems as though the specific place in memory or the order of the parameters is important, if simply adding a variable in the middle of the struct has the effect of causing the estimator to malfunction.
The structs variable…
Right click on the project in the Project Explorer window
Select Properties
Under Build --> C2000 Compiler --> Optimization
Change Floating Point mode to "relaxed"
Part Number: TMS320F280037C Hi TI Engineers,
I've encountered a problem while trying to integrate the Flash API into my code. Specifically, the flash write function works correctly when I initiate a flash debug with emulation tools, but fails to function…
Part Number: TMS320F280037C Hi,
I am trying to program the TMS320F280037C device on a custom-made board. I am not using Launchpad or any control card available by TI. In first-time programming, loading the code through JTAG gets completed without any…
Part Number: TMS320F280037C Hello,
I would like to create a simple bit of code for a double pulse test. I'm very much a beginner here, so I want to make sure I'm not misunderstanding anything.
Goal:
Complementary outputs with dead-time between…
Hello Jonas, Glad to see you were able to program software force for Trip zone module. For empty project that supports both driver lib and bitfield you can go to this folder location : C2000Ware_5_00_00_00\driverlib\f28003x\examples\empty_projects For detailed…