STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! ???ARPE (auto reload preload) STM32L476

Been looking closely at RM figures 342 AND 343.....I cannot see the value of the ARPE bit....when 1 it looks like the shadow register updates on UEV / or Interrupt and when 0 what?? 342 disregards showing the shadow register and on top of this who ca...

SWenn.1 by Senior III
  • 769 Views
  • 2 replies
  • 0 kudos

STM32h745 SPI DMA not receiving the data

Hello,I am working on STM32h745 controller. I am using the DMA for SPI configuration. I declare the buffer in the RAM2 , transmission is done properly but I did not receiving the data on MISO why?/* MODIFICATION STARTS HERE */ .buffer(NOLOAD) : {  . ...

MDeva.1 by Associate II
  • 714 Views
  • 1 replies
  • 0 kudos

Resolved! Openocd not able to flash a discovery board

UNEXPECTED ID code?, the discovery board is original.the onboard stlink is updated to latest version.If i google this Error, i get people trying to flash ST clone mcus, but mine is original. This is my openocd.cfg file:source [find interface/stlink.c...

0693W00000Y8fnkQAB.png
Javier1 by Principal
  • 1357 Views
  • 1 replies
  • 1 kudos

Obejct Sensor Interfacing Doubt

Hello, I have tried to interface object sensor and all works well the object sensor led works perfectly when the range is close and far( LED is off when the path is blocked and vice versa). But I'm just getting stagnant ADC Values, it's stuck at 4095...

STM32F407 CAN filter doesn't work

Hi everyone.I have next problem. I trying to use CAN filter option, sometimes i need to configure them on fly. First basic filter its standard filter: /*CAN*/ canfil.FilterBank = 0; canfil.FilterMode = CAN_FILTERMODE_IDMASK; canfil.FilterFIFOAssignme...

OMarc.1 by Associate III
  • 1048 Views
  • 3 replies
  • 0 kudos

Resolved! Problem with configuring I2C1 (PB6 SCL, PB7 SDA) and specific GPIO outputs (PA5, PA6) on STM32L432KCUx, it may be bug, help needed.

Hi, i've been building self balancing robot, so i needed quite lot of periphelias to be working together, they are: I2C, EXTI's, two Timers in encoder mode, Timer in PWM generation mode and GPIO outputs.I'm using STM32CubeIDE 1.9.0., and STM32L432KC ...

0693W00000Y8W7VQAV.png