STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STMStudio GDB source code

Hello all from ST!The STMStudio ships a modified version of an open source software called GDB:As you see from the output above the GDB is licensed under the terms of GPLv3+.The GPLv3+ license require the modified sources to be shared.Could someone p...

0693W000006GPRcQAO.png

"STM32" vs "STM32 Arduino" - I2C difference

Hi, I am trying to debug my code with logic analyzer and see why my code works on "STM32 Arduino", but does not work on "STM32". Viewing at logic analyzer I see that "STM32 Arduino" much more consistent.Why could the message be different "0xD1 0x00" ...

0693W000006GOctQAG.png
JBond.1 by Senior
  • 1030 Views
  • 5 replies
  • 0 kudos

Resolved! Practical DMA transfer speed from MEM to PER?

Hello community,I wrote program that use MEM to PER transfer, HALF WORD mode (16 bit). DMA transfers are clocked by TIM1. MCU is stm32f103c8t6 @ 72Mhz on "Blue Pill" board. As final result I got 16 bit sample values on PORTB at 360kHz speed. It see...

IIvan.12 by Associate II
  • 2937 Views
  • 4 replies
  • 1 kudos

RTC running fast on STM32L433

Hi I have setup the RTC on the STM32L433 and the clock is running about 5 second fast in 24 hours. I am using a 32.768KHz crystal, which is directly next to the processor . I have set the RTC->PREDIV_A to 0x 7f, and RTC->PREDIV_A to 0x ff, and selec...

M41T65 to power cycle MCU

Hi - I am fairly new to RTC and Watchdog Timers, so my apologies in advance if the questions seems trivial =) There seems to be some concerns that when used in conjunction with Particle Boron MCU's, simply resetting the MCU will not suffice but Power...

FBass.1 by Associate II
  • 345 Views
  • 0 replies
  • 0 kudos

Selective Breakpoints and Interrupts?

Running STM32CubeIDE 1.5.1 with Nucleo-stm32L433RC trying to get LPTIM1 to work consistently. In Selective03.png I show the initialization of the LPTIM1 (LPTIM_PERIOD is 32767 and LPTIM_PULSE is 16383). So I expect CompareMatchCallback() to happen...

0693W000006GNnCQAW.png 0693W000006GNn7QAG.png 0693W000006GNnHQAW.png
warm38 by Associate III
  • 370 Views
  • 0 replies
  • 0 kudos

BlueNRG - simultaneously Master&Slave

i want to use a board as master and slave simultaneously.  role= GAP_PERIPHERAL_ROLE | GAP_CENTRAL_ROLE; now, i am able to establish a connection between a Master&Slave board and a slave board. however, when i want to set the Master&Slave board into ...

ann by Associate II
  • 553 Views
  • 1 replies
  • 0 kudos