2025-08-20 4:16 AM
Hello,
I have STM32-WBA55CG connect with MEMS sensor. STM32 board will send the messages back to terminal through USART. The WBA55CG is right now connected to stationary power source. It would be nice if someone can give some ideas, how to transform it into a mobile device and save USART messages?
2025-08-20 4:49 AM
Hello,
could please share more information about your application/project?
Where do you want to save the messages?
Best regards,
Filip Kremen
2025-08-20 4:57 AM
Hello,
I have STM32-WBA55CG connect with MEMS sensor. STM32 board will send the MEMS values back to terminal through USART. The MEMS sensor should be mobile in order to get values and i'm stuck at finding solutions to save the USART messages from STM32.
2025-08-20 5:36 AM
The only nonvolatile storage available on the chip is via FLASH. Dedicate a page of flash for storage and use that.
2025-08-20 5:41 AM - edited 2025-08-20 5:43 AM
If you are looking for more storage (more than flash available storage), you may think about using an external memory (SD card through SPI for example) to store the data.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.