when did stm start to sell H7 series MCU?
I have bought some H745 IC. I am sure if they are old or new
Ask questions, find answers, and share insights on STM32 products and their technical features.
I have bought some H745 IC. I am sure if they are old or new
I am using the UART4 in DMA mode. But as soon as I initialize the UART in RX mode, I get a framing error that calls the HAL_UART_ErrorCallback Error _Handler which halts the program. Below is my init code./* UART4 init function */ void UART4_Init(voi...
We bought STM32F103C8T6, COO is Malaysia, but MSL on the label is MSL 2, is it correct ? Because we found official datasheet for this P/N is MSL 3. Could you please help explain why one p/n with two MSL ? Thank you.
we are using stm32h745 chip,we want to 64 mb algorthim but in dfp file has 128 mb algorthim only,Controller how to accesess through 64 mb qspi flash.
Hi, I am working with STM32F103 and configured CAN filter to receive ODD and EVEN ID's to FIFO0 and FIFO1 accordingly: CAN_FilterTypeDef sFilterConfig; sFilterConfig.SlaveStartFilterBank = 28; sFilterConfig.FilterActivation = ENABLE; sFilterCo...
Does anyone know of an ST board that has built-in IMU sensing, AND that includes the CloudNav Sensor Fusion module for AudioWeaver by DSP Concepts? ST Micro has a deal with them, and I'm hoping for a simple solution that allows me to connect a board ...
For stm32h7b3 , there are two Bank of flash, and each 1M, We are designing a big application which code size may exceed 1m.So may I know if possible to use two bank for this application? Any limitations for it?Or if possible to put application to ex...
I have nearly managed to interface one lcd screen(ili9341 16bit parallel fmc intel 8080 protocol) with my stm32 device but I am stuck at the very last step.I have connected the screen wires to the mcu , I have configured fmc from cube mx correctly , ...
STM32103C8T6 face the system reset during the immunity test at 470Mhz 10V/meter of EN 50130-4:2011 standards.
Hi,i am trying to implement a SPI communication with STM32H7(Master) to STM32F1(slave) with interrupt mode. In Slave Side SPI3(with NSS Hardware Input) i have enabled, In Master Side SPI6 (GPIO Pin Toggling for SS) I have Enabled My Issue is at Slave...