Skip to main content
ASing.26
Associate
October 12, 2022
Question

I want to implement IAP program using UART6 on stm32f205.

  • October 12, 2022
  • 2 replies
  • 1938 views

I am using IAP program of stm32f207 for the same, but it is not working. Please suggest me for the implementation.

This topic has been closed for replies.

2 replies

Technical Moderator
October 12, 2022

Hello @ASing.26​ and welcome to the Community :)

I advise you to have a look at the IPA example available with STM32CubeF2 MUC package:

STM32CubeF2/Projects/STM322xG_EVAL/Applications/IAP at master · STMicroelectronics/STM32CubeF2 · GitHub

Hope this helps you!

When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
ASing.26
ASing.26Author
Associate
October 12, 2022

I have used this example, but it is not working properly in my case.

ASing.26
ASing.26Author
Associate
October 12, 2022

while using this example it is printing garbage value, don't know why may be due to clock, we are using 12MHz external clock, can you suggest me what to do??

Tesla DeLorean
Guru
October 12, 2022

Make sure the PLL settings and HSE_VALUE define reflect the clock speed you're using.​

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..