User Activity

Hello everyone. I am working on a project that measures the duty cycle of the signal. I've initialized timer 1 as an input capture mode to measure the pulse width of a signal. Both input capture 1 and input capture 2 are used to signal the rising and...
I'm working on a project that a series of duty cycles must be measured. A sample of related waveforms is displayed below: As you can see from the signal, the frequency is too high, and calculating it using bit functions is impossible. In the controll...
I've started a project with HAL library using stm32cubemx. I'm using keil for my programming and I've added PC-Lint (MISRAC checker) to check C standards. But when I run PC-lint to check MISRA C rules, I will receive lots of MISRA C 2012 violation ru...
hi everyone. I'm want to start projects using CMSIS on STM32. Surfing the net, I couldn't find any specific tutorial. Some starts project using SPL (which is discontinued by ST). I want a source to learn CMSIS on stm32cube. I'll glad if someone help ...
hi every one.I want to program an stm32f030 chip using stm32 flash loader. I know this programmer communicates with the boot program of the MCU. I used this programmer for a microcontroller of mine in a custom designed board (which has been programed...