This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Real-Time Agent Integration into STM3210E-EVAL

I am trying to integrate the Real-Time Agent into my RTX_Config.c file so that i can use Labview to control this particular Microcontroller. I noticed that there are is an example in:
C:\Keil\ARM\RT Agent\RTX\STM32F10X_EVAL\RTX_Blinky
where i can get the RTX_Config.c file.

Do i need to do modify the file with instructions given in "Integrating the Real-Time Agent" in LabVIEW Embedded for ARM Porting Guide - Chapter 5?

If i use it as is, i do not see the "Real time agent v2.8: Running" in the status bar when i download to my onchip flash (The blinking program does run though)

However, if i do try to incorporate the code in the RTX_Config.c file, i get a lot of errors when building my project. I will post these errors on another thread if i do have to change the file =) Thank you!!