Posted on May 17, 2011 at 13:31Thanks gahelton1 for the reply. I'm operating in access modeA, so the busturn parameter has no affect in my case. However as you have mentioned, setting the busturn around less than 5 has no affect in the timing mode o...
Posted on May 17, 2011 at 13:31Does anyone know if the FSMC has a parameter that can directly modify the amount of time that a chip select line (NEx) will be held high in between two consecutive write operations? I have a nonmultiplexed asynchronous...
Posted on May 17, 2011 at 13:24jvaque I have resolved the issue. If the DMA channel's memory increment flag isn't set then it will transmit the same byte for however many times is specified. The errata says that you shouldn't use DMA to receive 1 by...
Posted on May 17, 2011 at 13:24Does anyone know if it is possible to transmit a single byte (constant value) multiple times to the I2C data register via DMA? I have an EEPROM device connected to the I2C bus. I can successfully write and read to and ...
Posted on May 17, 2011 at 13:01You should be able to define a section in your .c file. In your .icf file define a region that resides in your external SRAM (0x68000000 - 0x68??????). Place the section that you define in your .c file in the external ...