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

STM32L4R5AG fast mode I2C with 4MHz PCLK

Hi,I'm using the STM32L4R5AG MCU with 4MHz MSI clock.I want to use I2C in fast mode (400kHz).The PCLK for I2C is also 4MHz from the MSI directly (in my application, I don't want to use a PLL).In CubeMX for 4MHz PCLK, if I select fast mode, the TIMING...

K-.2 by Associate
  • 364 Views
  • 0 replies
  • 0 kudos

SPI TxRx callback processing

I have a Pi that sends data to the MCU via SPI. I have the SPI running in DMA circular buffer mode on the MCU. In the TxRx callback, the data from the Pi is processed, and then the motors are turned ON/OFF, etc. This works, however, each time the Pi ...

defining the clocks based on HSE in STM32F407

Hello, i am building the clock setting based on HSE in STM32FG14 using the link bellow.1.At first i am setting the 16th bit of the CR register of RCC and wating till 17th bit will be ready2.enabling power3.voltage regulator setting4.FLASH ACR setting...

Nbkjh.1 by Associate II
  • 871 Views
  • 2 replies
  • 0 kudos

I2C DMA with FIFO

Hello,I am reading data from a motion sensor but I would like to save processor resources as much as possible. I want to implement I2C with DMA support.Presently I have external interrupt (EXTI) from sensor which signalize that data in FIFO are ready...

zexx86 by Associate II
  • 2795 Views
  • 6 replies
  • 0 kudos

I went through the homework on Linux, everything is as in the slides except that myProbe_Out says "p2p connected (Unknown MCU)".

Hello, I've managed to compile, debug and flash the code from homework onto the device (using Cube ver. 1.6) and was able to run the CubeMonitor under linux Manjaro. Everything works just fine and according to the slides, except that myProbe_Out and ...

Resolved! Is it possible to interrupt another interrupt?

This is a fairly high-level question... but just wondering whether the NVIC system is capable of interrupting an interrupt when one of higher priority comes in? Can someone point me to information on this?Thanks,Doug Burrell

DBurr by Senior
  • 1265 Views
  • 8 replies
  • 0 kudos

Resolved! Supplying voltage on VBAT pin on STM32F469I-DISCO

Hi everyone, I am currently working on a project working on a STM32F469I-DISCO. I would like to be able to use the embedded RTC as well as the backup SRAM. I have seen on the schematic that the VBAT pin is tied up to the 3.3V. Is there a way to still...

NKieg.1 by Associate III
  • 1588 Views
  • 7 replies
  • 0 kudos