Does STM32F4xx support UART IAP?
Hi Guys,
I download sample code for UART IAP(AN4657) and try to use on my STM32F405, but till now I havn't made it run.and I found below info from document:Content
•
STM32L0 HAL Driver 1.2.0.
file:///D:/dev/gogo-lite/st-update/8.3/x-cube-iap-usart/AN4657-STM32Cube_IAP_using_UART/Drivers/STM32L0xx_HAL_Driver/Release_Notes.html
•
STM32L4 HAL Driver 0.3.0.
file:///D:/dev/gogo-lite/st-update/8.3/x-cube-iap-usart/AN4657-STM32Cube_IAP_using_UART/Drivers/STM32L4xx_HAL_Driver/Release_Notes.html
•
STM32F1 HAL Driver 1.0.0.
file:///D:/dev/gogo-lite/st-update/8.3/x-cube-iap-usart/AN4657-STM32Cube_IAP_using_UART/Drivers/STM32F1xx_HAL_Driver/Release_Notes.html
•
STM32L073Z-EVAL BSP Driver 0.0.4.
file:///D:/dev/gogo-lite/st-update/8.3/x-cube-iap-usart/AN4657-STM32Cube_IAP_using_UART/Drivers/BSP/STM32L073Z_EVAL/Release_Notes.html
•
STM32L476G-EVAL BSP Driver 0.1.0.
file:///D:/dev/gogo-lite/st-update/8.3/x-cube-iap-usart/AN4657-STM32Cube_IAP_using_UART/Drivers/BSP/STM32L476G_EVAL/Release_Notes.html
•
STM3210C-EVAL BSP Driver 6.0.0.
file:///D:/dev/gogo-lite/st-update/8.3/x-cube-iap-usart/AN4657-STM32Cube_IAP_using_UART/Drivers/BSP/STM3210C_EVAL/Release_Notes.html
•
STM32L0xx CMSIS 1.2.0.
file:///D:/dev/gogo-lite/st-update/8.3/x-cube-iap-usart/AN4657-STM32Cube_IAP_using_UART/Drivers/CMSIS/Device/ST/STM32L0xx/Release_Notes.html
•
STM32L4xx CMSIS 0.3.0.
file:///D:/dev/gogo-lite/st-update/8.3/x-cube-iap-usart/AN4657-STM32Cube_IAP_using_UART/Drivers/CMSIS/Device/ST/STM32L4xx/Release_Notes.html
•
STM32F1xx CMSIS 4.0.0.
file:///D:/dev/gogo-lite/st-update/8.3/x-cube-iap-usart/AN4657-STM32Cube_IAP_using_UART/Drivers/CMSIS/Device/ST/STM32F1xx/Release_Notes.html
•
CMSIS Version 4.2
file:///D:/dev/gogo-lite/st-update/8.3/x-cube-iap-usart/AN4657-STM32Cube_IAP_using_UART/Drivers/CMSIS/index.html
So I'm wondering whether this IAP sample supports STM32f4XX?Thank you!Daniel