Skip to main content
KKIM.6
Senior
February 13, 2023
Solved

How to do factory reset for stm32wb55VG6TY microcontroller?

  • February 13, 2023
  • 2 replies
  • 1134 views

During several trial to use ACI_GATT_Write_Long_Char_Value,

I found that the microcontroller dosen't start its BLE advertisement anymore.

It only can indicate wireless firmware version.

I think that some transmission cause an error.

So, I tried to rewrite FUS and Wireless Stack firmware but it couldn't solve the problem.

So, I wonder that there is any way to reset microcontroller completely.

This topic has been closed for replies.
Best answer by Javier1

There is a lot of peple having issues with the FUS wireless stack (me included)

Are you 100% sure youre using the correct version and youre programming it in the correct flash memory address? they do change.

Also using an outdated cubeProgrammer doesnt help either.

2 replies

Javier1
Javier1Best answer
Principal
February 13, 2023

There is a lot of peple having issues with the FUS wireless stack (me included)

Are you 100% sure youre using the correct version and youre programming it in the correct flash memory address? they do change.

Also using an outdated cubeProgrammer doesnt help either.

hit me up in https://www.linkedin.com/in/javiermuñoz/
KKIM.6
KKIM.6Author
Senior
February 13, 2023

There was wrong code. So, this problem solved by changing code.

Thanks for responding.