2023-02-12 07:29 PM
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.
Solved! Go to Solution.
2023-02-13 12:39 AM
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.
2023-02-13 12:39 AM
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.
2023-02-13 06:47 AM
There was wrong code. So, this problem solved by changing code.
Thanks for responding.