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

Migrating to RV w. FreeRTOS

I have spent some days to migrate my application (using FreeRTOS) to the 'new' RV compiler. Now it runs, but there are some thing I am not so happy with:
-Warnings for functions defined with no parameters (just (), not (void)).
-In the debugger, source level stepping doesn't work if files are not already open. It switches to assembler view.
-Call stack window shows only one level, and often wrong (the last called function instead of the calling function).

Does anyone have any comments to this?

Parents
  • I have sent a working demo project (for Atmel AT91SAM7S64) to Keil. Maybe you can get it from them (to "mh" at their domain). Otherwise I can mail it to you, if I get your email.
    I have used both CARM and RV compilers. The project I sent is with RV. (There is CARM port, with demo, for LPC2129 in the FreeRTOS download.)

    Jokke

Reply
  • I have sent a working demo project (for Atmel AT91SAM7S64) to Keil. Maybe you can get it from them (to "mh" at their domain). Otherwise I can mail it to you, if I get your email.
    I have used both CARM and RV compilers. The project I sent is with RV. (There is CARM port, with demo, for LPC2129 in the FreeRTOS download.)

    Jokke

Children