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

ROM Bootloader Get Checksum command fails

STM32G473 via SPI I have most of the other commands working, but the Get Checksum command (0xA1) fails to return an ACK when I send the CRC init value. I am using the default CRC configuration:#define DEFAULT_CRC32_POLY 0x04C11DB7U#define DEFAULT_CRC...

JBill.10 by Associate II
  • 15 Views
  • 1 replies
  • 0 kudos

Jump from Openbootloader to the Application

Greetings! So, I used the OpenBootloader project, and then flashed a GPIO_IOToggle firmware in other area of the flash, close to the example in the video Introduction to Open Bootloader, Part 3: Loading an Application.  In that example the CubeProgra...

j_filipe by Associate III
  • 21 Views
  • 0 replies
  • 0 kudos

What is "hal_ppp"?

Hi, This might seem like a dumb comment, but I am reading UM1884, Description of STM32L4/L4+ HAL and low-layer drivers, and I find numerous references to "hal_ppp" or "HAL_PPP" such as the file name "stm32l4xx_hal_ppp.c" (Table 2, page 8) or "HAL_PPP...

AMacd.1 by Senior
  • 146 Views
  • 2 replies
  • 1 kudos

STM32L471 BFB2 and FB_MODE question.

Hello,I'm trying DUAL BOOT on STM32L471 and having a problem with SYSCFG->MEMRMP FB_MODE bit.I modified Dual Boot Bank Swap Boot Loader Example for STM32G4 project to fit my board, and everything goes well when the firmware put from the start of BANK...

conflict USART and SPI

Each time I enable SPI, it works fine.However, whenever I include USART, SPI freezes, and this issue affects multiple chips I've tested.SPI and USART both work well individually.The problem seems to stem from CubeMX, which doesn't generate the code c...

MNapi by Senior III
  • 283 Views
  • 9 replies
  • 3 kudos