Posted on August 17, 2015 at 23:39
I'm new to ARM microcontrollers, and having a bit of trouble understanding something. I have an LCD with the SSD1963 controller and external SRAM (AS6C1616) connected in parallel using the FSMC. The SSD1963 is ...
Posted on August 18, 2015 at 09:27
I've localized the pointer like you suggested. The crash occurs in the sram_write function after setting the pointer equal to val.
static void sram_write(uint32_t addr, uint16_t val){
uint32_t *sram_...