NMEA Data Combiner (STM32F101C8)
Hi,I want to combine NMEA data from two uart and send it from the third uart.Which way I should follow?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi,I want to combine NMEA data from two uart and send it from the third uart.Which way I should follow?
HelloI am currently attempting to interface a STM32L412 with a STUSB1602 TCPC. I am attempting to get this started by porting one of the existing STUSB1602 software libraries for another MCU. It appears like this port could be very arduous and error ...
Hi expert,The lcd on daughter board(MB1314) of STM32L4R9I-DISCO is broken, and is not working.But the other parts of STM32L4R9I-DISCO are all ok. My question is that where can i just buy the MB1314 ? Could you give me the information?Best regards
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...