Ask questions, find answers, and share insights on STM32 products and their technical features.
Am configured ADC channel1 as differential mode in STM32H745i disco board .Bellow is my configuration static void MX_ADC1_Init(void) { /* USER CODE BEGIN ADC1_Init 0 */ /* USER CODE END ADC1_Init 0 */ ADC_MultiModeTypeDef multimode = {...
Hello team, Greetings!We have selected Trust zone MCU STM32U585ZIT6Q (U5 series) for our product (EV charger).we have a query regarding the UL certification.Based on the attached user guide snapshot, we could understand this U5 series chip have a...
I was looking at the STM32U575RIT6 and while I was looking for the pinout I realize that there is one for with SMPS and one without for the same footprint, but I'm not sure how to determine if the MCU that I am looking has the SMPS. Is it just if you...
Hello ST,I am trying to interface TDA8026 (NXP) smart card reader with B-U585I-IOT02A (STM32) and not sure how to proceed. Please let me know how this integration can be done.Regards,Rohit
Hello St community,I wanted to know if STM32U575I-EV example SMARTCARD_ComDMA support both T = 0 and T = 1. Can you please share any documentation regarding this example. As I have seen on AN4800 there is no mention of this example. Please do the nee...
Hi,I have been trying to program W25Q16 external flash for Fast Read Dual Out mode. In this mode, basically both the lines MISO and MOSI become input for the host (STM32 in this case) and data can be read at double the speed. My SPI is running at 40M...
Hello,I have a board with STM32F407VET microcontroller, W25Q16 and microSD connector.Writing and reading information from W25Q16 without USB works (using library https://github.com/nimaltd/w25qxx).SD card via USB works.Can you advise what I am doing ...
Looking for English-language datasheet for STM32F400CBT6 MCU.I've attached Chinese-language datasheet (downloaded from jlcpcb.com/lcsc.com) and a link to a selection guide (https://static.stmcu.com.cn/upload/Selection_Guide.pdf) which tells me that t...
hi there. I have a stm32 microcontroller which is ran using HSE. the crystal is 11.0592MHz. the code is simple and is about reading some GPIO_Input and send and receive via UART. so far good and simple. this board is actually a relay card. it has 8 r...