Skip to main content
Visitor II
July 23, 2021
Solved

Total Reset For Sensortile not (Sensortile.Box)

  • July 23, 2021
  • 1 reply
  • 1518 views

Hi, i have a problem with my sensortile. The kit that i have is the STEVAL-STLKT01V1. I think i have done a mess using the SMT32CubeProgrammer and now i have a sensortile that dosen't work or connect to bluetooth. The only things that i can do is to connect it to the Pc Software STM32CubeProgrammer, but i don't know what i have to do for a total reset for the sensortile.

Sorry for the question, I'm new to this world.

Regards

Alex

    This topic has been closed for replies.
    Best answer by niccolò

    Hi Alex @ACarl.3​ ,

    don't worry for the question, everyone has to start somewhere =)

    if you made a mess using STM32CubeProgrammer I assume you are using an STLink to program the SensorTile.

    in this case you should go to ST web page for the SensorTile, on the tools and software tab, and download one of the function packs to program your board.

    (I suggest to download the FP-SNS-ALLMEMS-1 to start)

    then, you can find the binary for your board under Projects\STM32L476RG-SensorTile\Applications\ALLMEMS1\Binary, if you just want to program the sensortile with a precompiled code.

    (the BL version of the binary is the one with the BootLoader, use that and start programming from address 0x8000000 with STM32CubeProgrammer)

    I suggest to check out ST youtube page for some tutorials on how to start your coding journey =)

    hope this helps,

    Niccolò

    p.s. if you found a solution to your problem, please, select a best answer to help other users with similar issues

    1 reply

    niccolòAnswer
    ST Employee
    July 23, 2021

    Hi Alex @ACarl.3​ ,

    don't worry for the question, everyone has to start somewhere =)

    if you made a mess using STM32CubeProgrammer I assume you are using an STLink to program the SensorTile.

    in this case you should go to ST web page for the SensorTile, on the tools and software tab, and download one of the function packs to program your board.

    (I suggest to download the FP-SNS-ALLMEMS-1 to start)

    then, you can find the binary for your board under Projects\STM32L476RG-SensorTile\Applications\ALLMEMS1\Binary, if you just want to program the sensortile with a precompiled code.

    (the BL version of the binary is the one with the BootLoader, use that and start programming from address 0x8000000 with STM32CubeProgrammer)

    I suggest to check out ST youtube page for some tutorials on how to start your coding journey =)

    hope this helps,

    Niccolò

    p.s. if you found a solution to your problem, please, select a best answer to help other users with similar issues

    ACarl.3Author
    Visitor II
    July 24, 2021

    Thanks for the information Niccolò @niccolo.ruffini​ 

    Another information that i would to say and that may could be helpful for someone is that to see my sensortile from device app ST BLE Sensor i have erased the cache memory of the app. Maybe was a bug of the app.

    Hope this helps someone in my similar situations,

    Alex

    ST Employee
    July 26, 2021

    Hi Alex @ACarl.3​ ,

    you're welcome =)

    what version of app are you using?

    If it is the latest I can provide feedback to the app team.

    Niccolò