Skip to main content
DHunt.2
Associate II
November 16, 2022
Question

STM32WB55 boot mode issue

  • November 16, 2022
  • 1 reply
  • 960 views

Hello!

There is a board with 2 MCUs, one of them is STM32WB55, second is STM32L4Q5. I need to launch both in boot mode and load firmware over UART. When L4Q5 is in boot mode and UART1 is configured (as mentioned in AN2606) I upload firmware in this MCU and everything is going well.

I repeat the same steps with WB55. After I send start frame to WB ( START_FRAME[2] = {0x7F, 0x80};) I get ACK (0x79), but whatever I send next - there aren't ACK, only NACKs (0x1F).

What I'm doing wrong?

Best regards,

Den

This topic has been closed for replies.

1 reply

Remy ISSALYS
Technical Moderator
November 30, 2022

Hello,

Could you check the RDP level?

Best Regards