2020-09-29 02:05 AM
I am new to STM32. My problem is that the BLE Sensor App not showing my SensorTile , I have tried to erase the STM32 and load it with the BLE Sensor.bin. PWR button seems not working, tried fit in power, result is same. Appreciate for any type of advices or suggestion.
Solved! Go to Solution.
2020-09-30 06:20 AM
Hi @YYu.2 ,
that is because the function pack STBOX1 is developed to run on SensorTile.box, not on STWIN.
The SensorTIle.box is the only board that is able to be programmed via ST BLE Sensor App, like (I hope I got it right) you would like to do.
If you want to continue working with the STWIN, you should download the function pack STWINKT01 at this link: https://www.st.com/content/st_com/en/products/embedded-software/evaluation-tool-software/stsw-stwinkt01.html
Inside this function pack you can find the projects compiled using different IDEs, and you can modify them to show and log only the data you need.
Do you think this is a good solution?
2020-09-29 06:35 AM
Hi @YYu.2 ,
please check this post on Sensortile.box reboot, if it can be of any help.
It describes a procedure for the device recovery in case of some kind of firmware issue.
You can use the BLE Sensor.bin instead of the attached file.
Please note that you may have trouble if you are using a Huawei smartphone.
-Eleon
2020-09-29 06:50 AM
Hi @YYu.2 ,
what are you using to program the SensorTile?
are you using STM32CubeProgrammer? ( https://www.st.com/en/development-tools/stm32cubeprog.html)
2020-09-29 06:57 AM
Hi Niccolo, yes I am using STM32CubeProgrammer.
2020-09-29 07:17 AM
Hi @YYu.2 ,
thanks for confirming that.
you may have written the wrong part of memory, could you read your device memory from 0x8000000 to 0x8008000 and post the hex file, so I can have a look at it?
2020-09-29 07:51 AM
Hi Eleon, have tried the USR button method but doesn't work also, not sure is it because I am using Xiaomi. My model also only come with USR,PWR, and Reset button, no Boot button. Thanks.
2020-09-29 08:02 AM
2020-09-29 08:14 AM
2020-09-29 08:51 AM
Hi @niccolo.ruffini , have tried to program the board with the bin you attach (starting from 0x8000000). Unfortunately, still couldn't detect it from BLE Sensor. And I tried from 0x8004000 using the BLE bin file. Is the bootloader must be loaded or if I not using FOTA I can skip it ?
2020-09-29 05:34 PM
@niccolo.ruffini I have tried load BootLoader from 0x8000000, and BLESensor bin from 0x8005000, but it doesnt work also