User Activity

Posted on January 28, 2014 at 04:56Hello My project compiles fine but I'm getting memory errors at the linker stage: segment .ubsct size overflow (4) .text size overflow (572) Is there any way to find out how much memory I have allocated for each of...
Posted on January 08, 2014 at 14:24 Hello all, I am using the STM32VLDISCOVERY board which has a STM32F10x controller. I am trying to communcate with the LCD, but I am facing problems. Here is my code: // Master mode I2C1->CR2 ...