Where can I buy LCD FRD154B2902-D-CTQ?
This is the bom in stm32f412,stm32f469 Discovery.
Ask questions, find answers, and share insights on STM32 products and their technical features.
This is the bom in stm32f412,stm32f469 Discovery.
In my first stm32 project, I wanted to turn on and off LD1~LD4 on EVAL-STM32H757 board.LD2 and LD4 worked good, but LD1 and LD3 did not work.I set IOC file only RCC and GPIO and Clock Configuration with no error.GPIO Pins : PK3, PK4, PK5, PK6 as GPI...
I would like to test STM32F4/L4/H7 based boards with emulated testing software on a PC.I need to test all standard serial communication protocols along with injecting external PPS or interrupt.I need an PCI or USB adaptors or cards, and a software AP...
I have a big project i wrote on stm32F030R8 board, which has M0 processor.However I wat to move the project to another board with M3 processor, Does my code will work ? Or because this is a new board with a diffrent processor, I will need to amendmen...
Hi! Is there any chance that STM32H757XI will appear at the market with reasonable delivery time? The best result I've found is 48 weeks
I am implementing a data save procedure when power fail is detected and want to shut down as much stuff as possible to give myself the most time to copy some data into FLASH.Shutting down the CPU has many modes which are quite complicated. I have bee...
Hi everybody! Could please someone enlighten me on the data output format of the ADC1, on regular channels without oversampling, everything is set to default values? Just enabled one channel and converted it. The thing is, I use 2.5v internal referen...
I'm looking for chip for my project. I don't understand about code of STM32L496ZGTx, what is the difference.
Hi,I'm having some issues regarding removing and reinserting an SD card on the STM32H722 using the provided HAL. I'm not doing anything special (no DMA, no interrupt). Just using the provided SDMMC1 and FATFS. First, I noticed that the library won't ...
When using HAL_UART_Transmit you normally give a timeout.If Transmission time exceeds Timeout the function exits with HAL_TIMEOUT.There're two issues with this approach:1) Timeout should be retriggerable i.e. if I transmit 20 bytes @ 9600Baud an put ...