2016-03-03 10:20 AM
Hi!
I would like to know if it's possible to transfer a file from a PC(with hyper terminal), to the MCU' Flash, with the UART over DMA.I use a stm32l151xc. , the file to transfert is moreorless 100kB.I check the trasnfert to RAM with a file of 10kB, it's correct.With the Flash as destination of the DMA, it's not working. I try Byte and word alignment.I am able to write the FLASH manually. but not with the DMA.I have created a user_section into FLASH to play with.Do you know if it's technically possible?(timing Flash)thanksPS: maybe use X/Y/Z Modem is a better solution. What are you think about that? #stm32l151 #flash #uart #dma2016-03-03 10:37 AM
I don't think this provides any level of control, and you can't do byte/word level erase. Streaming data into flash without any protocol is the wrong way to approach this.
I use XMODEM-1K for console/terminal based updates. It's in everything, and it is very robust. I've also built Intel HEX and Motorola S-Record loaders.