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 ...
Posted on February 20, 2014 at 16:59Unfortunately I'll have to let go of this project for now, due to circumstances.Thank you very much for your continuous support!Best regards,YA
Posted on February 12, 2014 at 03:52Hi Sung Chen,Can you explain a little more?I use the programming manual (pg 550) as reference, but it doesn't say anything about the bits you mentioned. All it says is read SR1 and SR2, which is done with the code...
Posted on February 10, 2014 at 09:15Hi Sung Chen,Thanks for the reply. I have added in a button press, but the results remain the same. Data1 is not seen anywhere, but the ACK bit is pulled low.I thank you for your advice; the loop is only there for...
Posted on January 29, 2014 at 06:13Hi Luca,Thanks for the reply. Here is my http://textdump.net/raw/4045/ before introducing more variables that caused the error.I see a segment configuration section in the file :# Segment configuration - section re...