2022-09-06 01:32 PM
I am using an example that i want use in my keil Project. the example is in stm32cubeide with HAL library, i am working in keil with standard peripheral. i want use.I want to change the statement of this function using standard peripheral, I know static is a classifier for Hal_statusTypeDef, how do I modify Hal_statusTypedef without using Hal?
I can use "static void name_function()" ?
Solved! Go to Solution.
2022-09-06 08:07 PM
This has nothing to do with STM32 and even MCUs in general. Only learning the C language can help:
2022-09-06 01:34 PM
What is the difference between static void name_function() and static HAL_StatusTypeDef name_function() ?
2022-09-06 08:07 PM
This has nothing to do with STM32 and even MCUs in general. Only learning the C language can help:
2022-09-08 12:47 PM
thanks, in the example is using macros HAL, i can make my macros for write flash, i just have.
2022-09-08 01:24 PM
thanks, i am using now macro hal.