Want to port a function which is in STM32 API
Posted: Sat Jan 07, 2023 7:03 am
Hi,
I want to find the idf equvivalant of the following functions.
I have done some basic search but could not find a right functions. Does anyone know and can please tell?
I want to find the idf equvivalant of the following functions.
The malloc and free are not an issue. The HAL_delay is the function which which provides minimum delay in the specific API and HAL_GetTick gives the current timestamp.NoteSetFn(malloc, free, HAL_Delay, HAL_GetTick);
I have done some basic search but could not find a right functions. Does anyone know and can please tell?