User Activity

Posted on November 20, 2016 at 07:17Hi, I'm learning to code in assembly on stm32f103zet6 mcu with Atollic True Studio. I'm able to write a simple program and see the execution on debugger. However, I'm not able to locate the vector table (in disass...
Posted on November 10, 2016 at 05:25Hi, I know that when a stm32 mcu resets, it first jumps to address 0x0 where a vector table resides. And then it jumps to reset handler. My question is, how is the vector table flashed at address 0x0 ? Is it decid...
Posted on February 08, 2016 at 14:40hello, I want to interface SSD1289 lcd controller to stm32f103zet6 micro controller. I'm trying to understand the FSMC timing computations but to no avail. I referred to application note and found the following. C...
Posted on February 06, 2016 at 06:37hello there, I've seen on some forums that people are suggesting to use FSMC to interface LCDs. Many LCD drivers also make use of FSMC. So, I tried to find out what FSMC does. ST provides manual that explains all ...
Posted on November 07, 2015 at 18:12 hello, I'm trying to create delay of 1 second and toggle an LED. I'm using SysTick timer for this task. I have STM32F103C8T6 mcu. The following code does not work. Looks like the control never reaches the...
Kudos from