What maximum Baud rate STM32G473 can support?
Actually, i don't get any max value for UART baud rate in datasheet as well as in reference manual.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Actually, i don't get any max value for UART baud rate in datasheet as well as in reference manual.
Full disclosure. I'm new to STM32 and i'm porting from Arduino based 8 bit code to run on an STM32F103R8T6. This is on a manufactured / assembled PCB with supposedly genuine micro and not a random ebay blue pill board.While debugging I'm getting rand...
I am trying to download the STM32F401 ,nucleo-64 driver software ,but this what is popping up how to download it ,I have tried it with several different browsers n devices but same result ,please help
Hello, I would like to find the source codes for the STEVAL-IME011V2. I would like to make some modifications in order to test the STHV748 for my application.Cordially
Hello,I am trying to use the PDM 2 PCM library to read in a MEMS microphone and am having some difficulty understanding the code below. If I wanted simply output the converted PCM data over a UART, what would need to be done to do this?My assumption...
Hi, guys!I'm using a board developed in my company that uses a STM32F413VGT3. It has a MCP2551 and I have to use CAN BUS to comunicate.The problem is that we're using PD0 and PD1 as CAN1_RX and CAN1_TX, because PA12 is used to USART1_RTS. I'm able to...
I have configured TIM2 to set CH1 to Force Active if x Pulses are reached. That's working fine.Is there are a way to set it to LOW again from code (main loop)?This seems not to work:HAL_GPIO_WritePin(GPIOA, GPIO_PIN_5, GPIO_PIN_RESET);