Other Parts Discussed in Thread: HALCOGEN
Please see attached.3465.FeeProblem3.docx
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Please see attached.3465.FeeProblem3.docx
Hi,
Can you first try to run the FEE example provided in HALCoGen? They are available in Help->Examples.
If the example is working correctly on the device, you should debug/verify the settings done by RTOS.
I think the problem is that I am calling the TI_Fee_WriteSync routine when not in privileged mode. I am running FreeRTOS. I've seen examples of using the SVC interrupt to do privilege mode stuff, and it seems cumbersome. Is there a method I can use to implement persistent memory variables without having to go into privileged mode?
What is the best way to enter Privileged mode? Does this action have to be done via the SVC? Is there a simple way to declare a routine that operates in Privileged mode?
Hi,
I answered similar query in below thread:
https://e2e.ti.com/support/microcontrollers/hercules/f/312/t/632209
This should help.