Posted on September 13, 2015 at 16:48Hi guys,I have a problem to test systick using GNU assembler on my STM32VLDiscoveryMy assembly code is:.thumb.syntax unified.cpu cortex-m3 @ STM32VLDiscovery Board .equ STACKINIT , 0x20005000 .equ GPIOC_BASE ...
Posted on September 15, 2015 at 05:15Wow .. Its work perfectlyI did not realize this very basic problem, but you know itYou are very geniusThank you very much Clive
Posted on September 13, 2015 at 18:44Actually i don't know how to debug the assembly code using GNU assemblerI just use ST-Link Utility - LiveUpdate facility, and ''Target --> MCU Core'' to debug and to know Micro controller stateThe +1 in my vector...