STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32G030 CHxN issue

Hello there. I am working on STM32G030 based FW. It appeared the TIM1x_CH1N doesn't work. I found out this part of code doesn't initialize negative channel(stm32g0xx_hal_tim.c). Moreover it may skip all channels configurations. It seems to be a hard...

MaxEE_0-1731076406357.png MaxEE_1-1731076681034.png
MaxEE by Associate II
  • 931 Views
  • 7 replies
  • 2 kudos

STM32F042 I2C Debug Problem

Hello,Today, I was receiving my eeprom data normally with my normally working I2C code, but when I entered debug mode, the uwtick increased on my processor, but it was not receiving my commands. The LED indicating that the code was running was not bl...

Ekran görüntüsü 2024-10-26 192800.png
Sergen by Associate III
  • 810 Views
  • 4 replies
  • 2 kudos

Resolved! H7 SystemInit contains line with no effect

I had debugging problems with a H7 target, and by stepping thru the boot process I found the following line in SystemInit(): /* * Disable the FMC bank1 (enabled after reset). * This, prevents CPU speculation access on this bank which blocks the...

JojoS by Associate III
  • 775 Views
  • 4 replies
  • 1 kudos

Resolved! IAP bootloader not working with FREERTOS application

I have build a IAP bootloader at 0x8000000 and test with a simple blink app at 0x8040000 which works fine but if I add FreeRTOS for the same blink app at 0x8040000 its not working. It jump to the blink application but it doesn't pass the SystemClock_...

S_1 by Associate III
  • 2092 Views
  • 8 replies
  • 2 kudos

Resolved! DMA on STM32L011F4

I'm trying to program an STM32L011F4 to transmit data through USART2 by way of the DMA controller.  My code compiles but the IRQ handler for DMA is never called.  Either I have not correctly initialized the DMA controller or there is another problem ...