User Activity

I want generate an event when the timer counter is at CCR1 register or ARR register.But when the counter is enabled, the timer generates all events. Can you help me?This is the init routinevoid init_timeout_timer22() { RCC->APB2ENR = RCC->APB2ENR | ...
Hi everyone,i need to store in a flash area during programming a default value What i have to do exactly? Thanks
Posted on July 12, 2018 at 18:31Hi everyone,i'm trying to set the ULP bit in PWR_CR register. I'm using a 3 category device.Is it possible? i'm not able to understand if it is possible or notCan you help me?Thanks in advanceDamiano
Posted on July 06, 2018 at 15:40Hi everyone,i'm compiling all my projects using ARM Compiler Version 5.06 with these compiler options: armCCothers_dbg := --cpu=$(processor) --fpmode=none --apcs=/interwork -g -O2 -Ospace -c --feedback=feedback.txti n...
Posted on March 28, 2018 at 10:35Hi eveerybody,I'm tryng to use the protections against unwanted write/erase operations reported on 3.4.3 of Reference manual.When my program runs the memory is locked (PELOCK BIT = 1) and i want to unlock it.There is...