Ask questions, find answers, and share insights on STM32 products and their technical features.
I am working with the STM32F769 microcontroller and I want to generate a pulse on PE14 that is "a few" milliseconds wide. My SystemCoreClock is 216 MHz and my timer, TIM1, is hooked up to the APB2-bus, which is clocked at 108 MHz. My code looks like ...
I already have a STM32H735G-DK board for the workshop on 25th March and therefore do not need to order it.Today I have received email with the following ():"..we have allocated your seat to another participant."but I already have development kit.
Hi,I'm having some hard time setting up my STM32F303RE Nucleo board for using the ADC.What I want to achieve is...scanning 10 sensors (each connected to a GPIO pin on ADC2) in sequence three timestransferring the data using DMA to a buffergetting cal...
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...
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 ...
I am working with the STM32F769 microcontroller (SystemCoreClock: 216 MHz) and I need to generate a roughly 3 ms pulse (negative pulse is also ok), that is always exactly the same, on pin PG14 for calibration purposes. According to STM32CubeMX, the p...
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...
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...
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 ...