User Activity

Hi STM32F103 ProgrammersI am fighting with my RTC. I have it working but have problems with accessing the Alarm registers for the second time. I can't find the reason why I can't.I program the RTC direct using Bit fields and when needed register bit ...
Hi I program a STM32F103 chip and work on a GPIO driver. The specs tells you clearly: The peripheral registers have to be accessed by words (32-bit) 9.2 GPIO registers RM0008.It doesn't use the word must be accessed. (Im planning to use the specifica...
Hi I am working on a drivers for the various peripherals on the STM32. Let me take the GPIO as an example. GPIO BSRR is a write only register that I want to read and I need to read back always 0x00000000. Why?I made a bit-field struct on the whole GP...
Dear reader,I have a question about the use of TIM1 on the Blue Pill STM32F103. I want to build a synchronous Buck Converter using the Blue Pill and need to use PWM on TIM1 ch1..3 with its complementary outputs and the programmable dead time for that...
Hi guys, Hope some one can help me with thisI have defined an alarm struct of repeating struct memers that must manage various alarm massages and alarm audio signals. I want to address these alarm's in the following way, for example1) alarm.spray.sta...