Issue with flashing sensor tile with st-link and st-flash.
I'm seeing the below issue with flashing firmware on the sensor tile device. I'm trying to test the ble_sampleapp for the sensor tile device. When I use the STM32Cube IDE with a nucleo board as a debugger, I'm able to run the code on the sensor tile and the ble is discoverable on the ST bluetooth app for Android.
However, when I flash the same binary on the sensor tile using st-link or st-flash, the sensor tile is not discoverable on the bluetooth (LED is not flashing as well). Can anyone tell me what I might be doing wrong.
st-flash commands:
st-flash erase
st-flash write MotEnv1_ST.bin 0x08000000For st-link, I used the same procedure described in the below link.
https://sensiml.com/documentation/firmware/st-sensortile/st-sensortile.html
