Hi
I have modified as said in
the .ebss : >> RAML2 | RAML3, PAGE = 1
to make it run in Flash and every thing went fine, the Temperature display
7===========================7777777777777777II77777=========================7 7| Texas Instruments |77777777777777777777777| Current Temperature: |7 7| Incorporated |77777777777777777777777| 45 Celcius = Ref + 2 |7 7===========================77777777777777777777777=========================7
(by the way, you have to add
LOAD_SIZE(_RamfuncsLoadSize),
if you use
e:\ti\controlSUITE\device_support\f2806x\v150\F2806x_common\cmd\F28069M.cmd
instead of the modified
e:\ti\controlSUITE\device_support\f2806x\v150\F2806x_common\cmd\F28069.cmd or v140 file)
then I wanted to run it in RAM (much faster for dev...) and I had to found a modified CMD file, here it is attached, also found in
e:\ti\controlSUITE\device_support\f2806x\v150\F2806x_common\cmd\f28069M_ram_lnk.cmd
it works, but the temperature output is different !
it always 300 or so more, instead of 1 or 2 °C which is more logical:
7===========================7777777777777777II77777=========================7 7| Texas Instruments |77777777777777777777777| Current Temperature: |7 7| Incorporated |77777777777777777777777| 46 Celcius = Ref + 306 7 7===========================77777777777777777777777=========================7
is there a problem of DMA access for ADC ?