Part Number: F28M35H52C
Other Parts Discussed in Thread: CONTROLSUITE
Tool/software: Code Composer Studio
Hi,
So I've been trying to get the CPU temperature out of our F28M35 and have run into a couple of issues.
Firstly, it seems Adc1Regs.ADCCTL1.bit.TEMPCONV has disappeared from newer versions for the controlSUITE code, does that mean there is another way to get the CPU temp or is this no longer supported?
Secondly, after setting the 0 bit of the register, I manage to get numbers out that go up and down with temperature, but it seems I'm having difficulties using the GetTemperatureC() function from F28M35x_TempSensorConv.c. Every call results in an ILLEGAL_ISR()
On further investigation, including other forum posts, I tried a memory dump of 0x3D7E82 to ...88 and I get errors telling me the Memory Map won't allow it. After looking at the standard f28m35h52c1_c28.gel it doesn't look like that address range is mapped.
Any help would be appreciated. Am I missing something or am I completely on the wrong track?
Thanks