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

Porting L1 SPL for use with L0

I recently started a project with the L100 using SPL and it worked out great. I also was looking to migrate to a newer chipset family L0 but found out there wasn't an SPL available for the L0. I will dig into the manual but want to know if it is a bi...

e d by Associate II
  • 2940 Views
  • 10 replies
  • 0 kudos

STM32F407 Boot Loader

 I can't get into boot loader mode (from what i can tell). The PC won't detect the USB port etc.What I've tried:I tried dumping the code to STM32F407 MCU through RS232(Flash loader), com port is detecting after that when we enter next it is showing ...

saiteja by Associate II
  • 1499 Views
  • 3 replies
  • 0 kudos

SPI communication

Hi,we are trying to communicate with STM32F769I discovery board as spi slave with another master device.We wanted to know how to configure the Chip select line

Pv.6 by Associate II
  • 1186 Views
  • 4 replies
  • 0 kudos

Resolved! Why some HAL declarations uses "__" before the name?

I am not sure how to ask but some functions in HAL libraries, just starts with HAL prefix, for exampleHAL_GPIO_WritePin() ;But also some macros start with double underscores for example__HAL_GPIO_EXTI_CLEAR_IT() I know that ones are macros and others...

YAkse by Associate III
  • 2764 Views
  • 3 replies
  • 0 kudos