User Activity

I want to generate an interrupt each second using Arduino IDE and STM23duino. The interrupt ISR will store an byte value. The target is a Bluepill with STM2F103C8T6.I found a lot of exemples on the web, but nothing running or compling using these to...