Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello,Thank you in advance for any answers and your time.I am using STM32L412CBT6P for my application. There are 2 custom boards with the same part and the following problem exists in both of the boards. Also attached is the connections diagram to th...
Hello community,since I updated the STM32 Cube IDE the following problem is displayed when entering the run or debug session.WARNING: CPU random generator seem to be failing, disable hardware random number generationWARNING: RDRND generated: 0xffffff...
Considering that the gyroscope's chip select is the PE3 pin, how should I do this? The program below doesn't work#include <stm32f30x.h>void GPIO_Config();void SPI_Config();uint8_t L3GD20_Read(uint8_t reg);void L3GD20_Write(uint8_t reg, uint8_t data);...
I'm using I2C2 engine of the STM32F767ZI MCU on PF0 & PF1 pins as master to communicate with 4 slaves at 75khz. The operation is not using Interrupt on tx/rx or DMA and with FreeRTOS environmentSCL and SDA are pulled up on board with 4.99K.The pollin...
Hello,I am using ADC1 on STM32U5 to sample two channels periodically using the DMA and a TIM6 trigger. I am doing this in bulb mode since I would like for the ADC capacitor to charge for the entire duration.I had thought that the ADC would sample th...
Hello, I have had a problem and it is that I make a simple program, in this case the blinking of the led of the "NUCLEO-F401RE" board and I use the gpio that comes by default. The point is that when I try to debug main.c, another file is opened (whic...
Is it possible to set transfer from sdram to SPI. I have set all necessary MPU regions and FMC is configured properly. When I use this with LTDC, it works fine.(not using standard DMA for that).But, when I try to send from 0xC0000000 to SPI, DMA1.str...
Hi Experts,I'm working with the MCU "STM32F427VIT6" and the flash memory "GD25B16ETIGR" and I have a problem when I try to read the "read status register (05h)" I get 0xFF. However I know I have no problem on the SPI connection because I can read the...