Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi, Im referring F429 eval board fmc sram code. For Nucleo f439, I changed to bank 1 and bank addr=0x60000000 with R/W from e.g. and init from MX tool.The issue I see is on receive, the values are not the same (compared to TX) when buffer size>128
I am wondering if VSSA voltage can be slightly lower than VSS? If so, what is the maximum allowed difference?The reason why I ask is because I would like to measure voltage slightly (0.2-0.3V) below the common ground attached to VSS. I looked in seve...
I need a MCU with a USB host controller. It seems to be hit or miss as to which STM32 chips have this feature. I've tried the product selector on both this site and Digikey, but "host" is only ever listed in the datasheet, so this has proven fruitles...
Hello Team,We are trying to configure Nucleo-l476rg with 74HC165B1 with SPI Parallel IN SERIAL OUT but unable to configure the board, Kindly help me with code with any other STM microcontroller in STMCUBE_IDE OR KEIL. Best Regards,Gagan Gowda G
I want to drive a WS2812 LED strip using PWM and DMA. I've tried everything, but it's not working. I'm running at 72MHz, and I'm using htim2.Init.Prescaler = 0; and htim2.Init.Period = 90-1;. This is how my library works./** wsled.c** Created on: Ma...
Hello STM team,I'm working with STM32h745 project. in that interface 7 external ADC using SPI and I want to continuously read ADC data and send using serial usb. So now my function executed one by one sequential manner but Some ADC data loss. So I wa...
Hi there,I am using the touchGFX and I want to store my image to SPI flash chip.The pin to pin of the connect as below:STM32F429BI <---> W25Q64BVSSIG CS <---> PD13 CLK <---> PB3(SPI3_SCK) DO <---> PB4(SPI3_MISO) DI ...
I'm using CubeIDE and I want to have an output compare event on TIM1 CH1 trigger an input capture event on TIM8. It doesn’t seem like there is a way to do this with normal timer functions and CubeIDE. Is it possible if I work outside CubeIDE?As a bac...
Hello all-Working with the SPI peripheral on the STM32F411VET6, we need to connect to a device that sadly requires the CS line to toggle with every byte sent. Just about every example code runs along the logic of "write to the SPI data register and ...