cancel
Showing results for 
Search instead for 
Did you mean: 

How to save USART messages?

Henry_BLE
Associate

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?

 

4 REPLIES 4
FilipKremen
ST Employee

Hello,

could please share more information about your application/project?

Where do you want to save the messages?

Best regards,

Filip Kremen

Henry_BLE
Associate

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.

TDK
Super User

The only nonvolatile storage available on the chip is via FLASH. Dedicate a page of flash for storage and use that.

If you feel a post has answered your question, please click "Accept as Solution".

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.