STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! How to modify boot configuration bits STM32G030?

Hello everybody:I’m facing the following problem. To boot the microcontroller right know I have pin PA14 – BOOT0 to GND through a 10K pull down resistor (This pin is also shared with SYS_SWCLK) and BOOT0, nBOOT_SEL bit to 0 -> Boot area main Flash me...

_legacyfs_online_stmicro_images_0693W00000bit99QAA.png
JSope.1 by Associate II
  • 4173 Views
  • 4 replies
  • 0 kudos

Resolved! STM32F1 - no HAL error, no SPI signal

Hello!I'm trying to run SPI in Transmit Only Master mode.It's strange - result of HAL_SPI_Transmit is HAL_OK but I can't see any signals on SCK and MOSI pins.main.cint main(void) { /* USER CODE BEGIN 1 */   /* USER CODE END 1 */   /* MCU Config...

MLemb.2 by Associate II
  • 1786 Views
  • 6 replies
  • 0 kudos

Timer and uart does not work at the same stime

Hello,In my code there are custom bootloader part and user application part. I init watchdog timer and refresh watchdog timer in the bootloader part and user app part. The code goes to user app from bootloader by jumping address. Likewise, The code g...

MTapu.1 by Associate II
  • 1342 Views
  • 5 replies
  • 0 kudos