Question
Float or other format storing in SRAM
Posted on September 01, 2012 at 14:33
Hello, i want to boost DFT speed so i need to calculate lot of sinf cosf and store in external SRAM. internal is capable only for few dft points in spectrum, so i have to store them into SRAM, but don't know how to do that.
it work fine for 16b integers (i have 8Mb organized as 16b blocks) i have this functions to read/write: void SRAM_Write(uint16_t data, uint32_t WriteAddr); int SRAM_Read(uint32_t ReadAddr);