Other Parts Discussed in Thread: HALCOGEN
Hello
I use RM48L952 in product development.
Suddenly need to join FreeRTOS during the development process.
SO, I use HalCoGen to generate FreeRTOS code and add my driver.
I refer to this report.
But there is a step I don't know how to do it, so I didn't do this step.
And then, I add about FreeRTOS code in my driver. (The code like os_tasks.c, os_tasks.h, and so on.)
I change the file of about sys_vim.c because I want to change the interrupt channel.
After that, I use non FreeRTOS function, it works everything.
But when I use FreeRTOS function, it doesn't work.
I don't know if the relationship that was not executed in that step caused this problem.
Can you tell me how to solve the problem?
Thanks and Regards