STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 2124 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
  • 275 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
  • 292 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
  • 436 Views
  • 1 replies
  • 0 kudos

PWM outputs not working when Automatic Output State (TIMx_BDTR->AOE) parameter is disabled, even though TIM Break Inputs (TIMx_BDTR->BRKE/BRK2E) are disabled.

I'm trying to setup single-pin, unpiolar PWM Generation outputs on Timers 8, 16 and 17 of my STM32 MCU (STM32F303RBTx). I am using the latest version of STM32CubeMX and the STM32CubeF3 firmware package as of today (Dec 18th 2020) to generate the appr...

Resolved! (SOLVED)Why Nucleo-F103RB acting weird with GPIO Input?

Solution: Just like TDK said, PC13 pin is active high (can be seen below).Original q:Hello everyone,I and a few other friends of mine all ordered Nucleo 64-F103RB board, it comes with 32F103RBTx MCU. We did worked before ST MCU's (like 4-DISCO boards...

0693W000006GNamQAG.png 0693W000006GNEMQA4.png 0693W000006GNEHQA4.png 0693W000006GNEgQAO.png
PPatl.1 by Associate
  • 501 Views
  • 2 replies
  • 0 kudos

Breakpoint causes bad counter read

Can someone shed light on what I am seeing?I was trying to validate the set up of one counter using the ISR of another counter. While the program was running I placed a break point in the code to stop and read the values. The difference values read f...

0693W000006GNAjQAO.jpg

CAN messages receiver

Hi, I tried to do a research but since I'm kinda lost and nothing helped me to clear it I decided to ask here.   I got STM32H747i-Disco + MB1280 A-03 (to receive CAN). I designed graphics in TouchGFX, which should act accordingly to CAN messages rece...

mckrek7 by Associate
  • 270 Views
  • 0 replies
  • 0 kudos

STM32F767 (probably not important) LPTIM1 encoder mode. What I want to do is generate an interrupt whenever the count changes which seems typical enough that it ought to have been made easy.

Current scheme involves trying to fence the current count by knowing the direction with CMP to trigger at the next position. Direction-change interrupts to alter which side CMP is placed with ARR match to handle the starting case where we don't real...