Posted on May 17, 2011 at 13:20Hi, I developing a high speed SPI connection between 2 STM32 chips. I would like to use the CRC feature. I got the SPI master connection working with DMA (Tx channel). When the DMA is completed it automatically sends ...
Posted on May 17, 2011 at 13:19Thanks, I suspected that, but there is no mention of this in AN2606, so what I am really asking is: Does the Bootloader ''Write Memory'' command do this or do I have to do it first with the ''Erase Memory'' command ?...
Posted on May 17, 2011 at 13:19Hi, Does the flash memory in the STM32 have to be erased first before it is programmed (like with NAND flash chips) ? If yes, does the ST bootloader do this automatically in its ''Write Memory'' command ? Thanks, Phi...
Posted on May 17, 2011 at 13:18Nico, I think if you use more than 1 byte at a time, you will no longer have a communication class device, and you will have to use a custom USB driver on the PC side of things. If you don't have one you can use the l...