Part Number: TMS320F28027F
Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
Hi there,
first of all, I'm using CCS v8.0.0 and the C2000 Launchpad with TMS320F28027F.
The "Example_2802xAdcTempSensor" in CCS from C2000Ware is running on RAM. In the debug-mode, I can see the changing temperature values of the internal temperature sensor.
I want to run this example on the FLASH memory, because i need an AD-conversion for an other project.
In this example, there is the linker file "F2802x_generic_ram.cmd" included.
So I included the "F2802x_generic_flash.cmd" - file and excluded the "..._generic_ram.cmd" - file from build. To check if the program still runs, I toggle an output pin when the temp. value is smaller than a reference value (< 1940). With the RAM-file the program works, with the FLASH-file not.
While debugging and bulding the example, there is no error or warning shown.
Is there anybody out there who can help me to run the ADC while using the FLASH memory?
Thank you
Best regards
Simon