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 ?