How to save memory contents to file in PSoC Creator 4.2?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
StPa_3843796
Level 1
Level 1
First like received

I am using the CY8CKIT-062-BLE development kit.

I would like to save data to memory, either internal SRAM or external NOR flash and then dump it out via PSoC Creator 4.2

Is there a way to do this?  Otherwise, I can write a program to send the data out via serial port but this is cumbersome.  I'd like to read it via the IDE and save it to a file.

0 Likes
1 Solution

Besides the Flash example, you can refer UART example in PSoC Creator.

View solution in original post

0 Likes
4 Replies
RyanZhao
Moderator
Moderator
Moderator
250 sign-ins First question asked 750 replies posted

Hi Steve,

You can refer EmEEPROM, Flash or FRAM examples integrated in PSoC Creator.

Thanks,

Ryan

0 Likes

Thanks.  I was hoping to dump memory contents directly out of the IDE instead of resorting to flash.

The Flash example does have routines to save data to memory and sent it out the UART.  Unless I'm missing something here?

Unfortunately, the FRAM is not populated on my device, so I wouldn't be able to use it anyway.

Besides the Flash example, you can refer UART example in PSoC Creator.

0 Likes

Thanks.  That's what I ended up doing, since there wasn't a simple way to do it via PSoC Creator.

Since I had a large amount of data to transfer, I had to bump up the baud rate to make the transfer faster.

0 Likes