Hi,
I'm Eli and I'm using the RZ/T2M MCU with e2-studio
I've noticed that the entry point to my code is in hal_entry.c
so I've added #inlude "FreeRTOS.h" and "task.h" ,there,
then tried to add xTaskCreate( but it says implicit declaration !
Can you please help me ?
Hi Eli,
did you download and check the sample SW collection https://www.renesas.com/us/en/document/scd/rzt2m-group-example-program?r=1574901 with the RZT2M_RSK_FreeRTOSplusTCP_Rev100.zip sample inside?
This FreeRTOS example already provides a SW structure required for a FreeRTOS application and related #include's and xTaskCreate() actions to generate tasks and run them. When you take this as a template and follow this SW structure you should avoid issues like you have described.
Thanks !