Posted on January 11, 2017 at 11:32Hi,I'm working with a stm32f437VI. I need more heap memory. I changed the Heap size in de startup_stm32f427x.s (Heap_Size EQU 0x00000200), but when I did a malloc and worked with the variable, and excepti...
Posted on May 24, 2016 at 17:57Hi,I'm using a stm32f429ZIT discovery with the tft.I'm trying to configure the tft. I have a conflict between the usart2_CTS and LTCD_G7.I don't have any usart free, then I need to change the LTCD_G7 to another pin. Th...
Posted on January 16, 2017 at 09:22Hi,I'm working with keil5.The error is a 'HardFault_Handler'.When I increase the heap size in the way that I told you before, the compiler accepts the malloc. If I don't increase the memory, the compiler give me a...