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! PH3-BOOT pin

I did pulled up pin PH3-BOOT high (3.3V). I tried simple code but it looks like it is sitting there and doing nothing. I get this error message. Most chips would have just BOOT pin one function not PH3-BOOT.Multiple errors reported.1) Failed to execu...

0693W00000aJmPBQA0.png
MNapi by Senior III
  • 2846 Views
  • 7 replies
  • 0 kudos

Resolved! STM32C011 Clock Config

Hi @ST Community ,I struggle to configure the clock speed to the frequency I desire.The chip I am using is STM32C011F6U and the code I use as first function in main() is the following:uint16_t cr = RCC->CR;uint16_t cal = RCC->ICSCR;uint16_t cfgr = RC...

saraacri by Associate
  • 1286 Views
  • 2 replies
  • 1 kudos

Reducing the range of BlueNRG-2N

Hello STMicroelectronics community,I'm currently working on a project involving the BlueNRG-2N Bluetooth Low Energy (BLE) module, and I'm looking to reduce the Bluetooth range to approximately 1 or 2 meters (means over 2 meter, I want my bluetooth se...

Walid by Associate
  • 610 Views
  • 0 replies
  • 0 kudos

About UM2552 sample code

I am building a USBPD sink with reference to the UM2552, but in the sample code on page 16, it seems that the ")" corresponding to the IF on the 9th line has disappeared, is this a typo? Also, is there a correct example somewhere?

Sodag.1 by Associate II
  • 3886 Views
  • 11 replies
  • 0 kudos

Circular buffers and Algobuilder

new to algobuilder.I want to have a float input circular buffer that then goes through an IIR filter. When I add both to algobuilder I can't seem to wire the circular buffer to the IIR filter block, presumably as the circular buffer output bus width ...

Davidcs by Associate
  • 471 Views
  • 0 replies
  • 0 kudos

DP83848 + STM32F439ZI

Hi , I'm a fresher who was given with testing of packet transfer with external Ethernet - Phy by interfacing STM32F439ZI with DP83848 . I need some help at API level and testing procedure .

Unable to reinitialize SAI peripheral

Hi,I'm working with self designed board (STM32F765 MCU) and currently able to initialize SAI2 peripheral to work with codec in DMA mode.At some point in my code, I need to change the sample rate of my codec (through MCLK).The sequence of operations i...

pborto by Associate II
  • 1469 Views
  • 4 replies
  • 2 kudos

Resolved! what's the __COMPILER_BARRIER?

hi, everyone! May you have a nice day! In en.stm32cubeg4_v1-5-0\STM32Cube_FW_G4_V1.5.0\Projects, core_cm4.h file. I encounter the following codes: __STATIC_INLINE void __NVIC_EnableIRQ(IRQn_Type IRQn){  if ((int32_t)(IRQn) >= 0)  { ...

Matt.Dash by Associate II
  • 3216 Views
  • 4 replies
  • 0 kudos