User Activity

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...