Integrate FreeRTOS in NXPS32k146

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Integrate FreeRTOS in NXPS32k146

879件の閲覧回数
Sami2098
Contributor I

Hello everyone,
I was  working with bare metal programming in which all drivers are generated but some drivers use semaphore and mutex APIs. present in "osif_baremetal.c" file under "rtos" folder and my application works fine. Now I want to covert all my code in FreeRTOS for this I successfully added FreeRTOS in my project I resolved all error except one that is "multiple definition of SysTick_Handler" this is because both"osif_baremetal.c file under rtos " and "port.c file use this function "
if I comment the function "SysTick_Handler" in "osif_baremetal.c file" and create two task and in these tasks only print statements are present. FreeRTOS works fine but if I add my application code in one task then application do not work, is there any solution?

Sami2098_0-1724061832800.png

 

Sami2098_1-1724061832713.png

 

 

0 件の賞賛
返信
0 返答(返信)