Loading...
 
Skip to main content

System Workbench for STM32


Newbie: Sensortile can debug but then cannot run independently

I may have the same problem? I can debug and connect using the android app, when I disconnect I need to wait a while before I can reconnect... but sometimes it doesn't work I think the code in the example software is not as robust as it could be? (maybe its the android side).

However what drew me to this post was "Run" instead of debug, this doesn't even light the 'disconnected' flashing led - Run doesn't seem to get to the first line of the program, maybe you have the same problem? Here is my test code:

main()
{
  HAL_Init();
  InitTargetPlatform(TARGET_SENSORTILE);
  LedOnTargetPlatform();
}


When I Debug button it turns on the LED (the tiny one), when I Run button it doesn't.

 
Collapse/expand modules below