User Activity

My STM Nucleo G031K6 board has a very simple app running on it.It simply outputs a PWM signal from 0 to 100% duty cycle and then resets and starts over.It runs this into a TIP102s Base with 1K Ohm resistance between them.However even at 100% Duty Cy...
Hi. I seem to get HardFault_Handler error when I start my HAL_TIM_PWM_start_DMA function.I am not sure if it just gets stuck in an infinite loop in the while() called right after it.This looks like allot of code but really its just 5 of my functions ...
Hi everyoneI recently got a new STM32G031.I quickly coded a TIMER app with DMA to check if I can program.Everything went find and STM Cube could detect and program te device without any issues.However after it programmed it green flashing light went ...
I am having a but of an issue with setting the registers to portA directly using its address.I am doing this for demonstration/learning purposes. I am using the STM32F401RE board.When I read the datasheet it says that GPIO PORT starts on register ->0...
Hi everyoneI have a STM32F401RE Board and I am trying to get the I2C to work with an MPU6050. I have seen some examples but since I can not seem to find PB11 I realized I have to use PB3 as I2C2_SDA pin and PB10 as I2C2_SCL pin. The clock on this is ...