User Activity

Hi, I am working on the STM32L476RG MCU, where I convert a 3.3V ramp signal into a 0 to 360-degree angle using a 12-bit ADC. After that, I generate a digital signal using a GPIO pin. However, I realized that up to 1 kHz of ramp analog input, it works...
Hello, I am working on the STM32L476RG MCU, where I first measure the angle using the atan2 function and then convert this measured angle into UVW signals. As we know, UVW signals are digital in nature, switching high/low based on conditions specifie...
Hii....i AM WORKING ON stm32l475rg MCU. i want to use two different timers for measurement of two different PWM inputs signals. for this one i am using capture call back function but i am facing problem to measure duty cycle of both channels at a tim...
I am working on STM32L476RG MCU for this one i want to calculate CRC of flash memory. for this i uses 3 logics but my calculated CRC of flash memory is not matched with hex file CRC of code.i share the link here using which i calculate CRC of flash m...
I am working on STM32L476RG mcu for duty cycle measurement of PWM signal. I share my code with you. it working fine but when i switch off pwm input coded stuck there and it shows previous reading .when i again given input then it measure the duty cyc...