2014-08-21 08:32 AM
I begin to use STM32xx_F4_HAL_DRIVER and I am looking for stm32f4_hal_discovery_debug.c. I use in my last project stm32f4_discovery_debug.c
with standart Library. I should use stm32f4_hal_discovery_debug.c in a new project. thank you2014-08-21 10:14 AM
It's not an ST file, as best I can tell it's one
https://github.com/swinman/stm32f4examples/blob/master/src/board/stm32f4_discovery_debug.c
created to output debug console data via a serial port, so just implement your own version of it for the HAL