This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSPM0G1107: question about MSPM0G1107

Part Number: MSPM0G1107


Tool/software:

Hello:

Does the MCU/CPU come with built-in algorithms for states such as motion, stillness, and fall? For instance, if a detection device is installed on a bicycle/scooter, and the detection device consists of an MCU connected to an A+G sensor, can the MCU's built-in algorithm determine the current state of the bicycle/scooter, such as motion, stillness, or fall, based on sensor data? I would like to know if TI processors come with such algorithms?Thanks!!!

  • MSPM0 is based on Arm Cortex M0+ core microcontroller.

    You can run normal algorithm to detect bicycle's fall.

    But there is no integrated algorithm in MCU.

    You can try to search some information, maybe from Github.

    M0 can control sensors, read sensors data, and run code with algorithm function, but there is no ready to use fall detection function.