Hi!
I am working on a project using e2studio, RX63N microcontroller, GCC compiler and FreeRTOS. I downloaded the FreeRTOS archive, but there is no RX63N demo project in it.
I added FreeRTOS to my RX63N e2studio project manually, but it does not work. I can not be sure that I added FreeRTOS correctly. For example, I can’t find the info about changing the interrupt vectors. Can someone please provide a working project for RX63N, e2studio and GCC?
When I create a FreeRTOS object, this happens. Firstly, “pvPortMalloc” is called, near the end of it “xTaskResumeAll” is called, then “taskENTER_CRITICAL”, then “portDISABLE_INTERRUPTS()”. An then an “INT_Excep_SuperVisorInst” exception occurs.
Thank you!