User Activity

Hello , I have initialized two timers , Timer3 and Timer9. Im using Timer9 with 137uS period , setting my gpio pin high , starting Tim3 Interrupt with 54uS period for now .When Tim3 Interrupt occurs I simply reset my gpio pin.My problem is that I sho...
hello ,I cannot seem to plot any variables when initiating start acquisition , I am using the StLink v2 mini programmer ,even blinked the programmers led using STM32CubeMonitor's interface to double check connections ,using stm32cubeide as my IDE . ...
hello , I have this problem when im using simulator mode , when i run through my code , first its stepping through in a very vague manner , also its giving me this on the command line error 65 : access violation at 0x40023C00 : no 'read' permissioner...
I'm using an STM32F401CCU6 microcontroller and am trying to generate a timer interrupt of 10 us with TIMER3.The timer is a update event timer. The formula I'm using is:Update_event = TIx_CLK/((PSC + 1)*(ARR + 1))Below, I've given my clock configurati...
I wanted to toggle an LED in STM32 , there's this GPIOx_BSRR ,The boundry address for the GPIOC is 0x4001 1000 and the register (GPIOx_BSRR) is on the offset 0x10,I wanted to toggle the led_13 using bitbanding but Im not getting to the alias address0...
Kudos from
Kudos given to