STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32u585 UART receive not working, transmit working

HiI have been using stm32u585QII3 MCU in our custom board. I am using USART1(PB6, PG10) to transmit and receive data. In interrupt mode transmit call back is working but receive call back was not working. Initially i have set a break point, the inter...

IP UART TRANSMIT.png IP UART RECEIVE.png
_Danny_ by Associate III
  • 1071 Views
  • 5 replies
  • 2 kudos

Validating received UART message

Sorry if this is a rookie question. I have set up USART 2 to receive a UART command. If the sent command is "<EN>", I need to toggle the value of a global state variable. When transmitting the received data via the callback interrupt, I have no issue...

Resolved! STM32H755ZIT

Hello, Does the STM32H755ZIT support flashing over CAN? The application note AN2606 suggests that the H75x series does support bootloader access on the FDCAN1 interface, but specifies pins PH13 and PH14, which are not available on the LQFP144 package...

ahuster by Associate
  • 810 Views
  • 4 replies
  • 5 kudos

Resolved! FLASH_VOLTAGE_RANGE_1

Hi,What is the effect of "VoltageRange " while erasing a sector ?  Er.VoltageRange = FLASH_VOLTAGE_RANGE_1; Ret = HAL_FLASHEx_Erase(&Er, &SectorError); #define FLASH_VOLTAGE_RANGE_1 0x00000000U /*!< Flash program/erase by 8 bits */ #define FLASH_VO...

andy_long by Associate III
  • 718 Views
  • 1 replies
  • 1 kudos