2014-03-15 10:53 PM
Hi
On an STM32F103, I have used CPAL example for basic EEPROM. I have a function which writes 16 bytes to the EEPROM, and it is used only twice in a row, to write to different addresses.Frequently, I encounter one of the following problems:- A DMA TX Error- repeated start bit event.What is the problem in my code?