STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

NUCLEO-L552ZE-Q PD Issue

I've a problem to setup the NUCLEO-L552ZE-Q as PD Sink.The debugger always disconnect at the following line (void HardFault_Handler(void)):CHECK_CAD_FUNCTION_CALL(USBPD_CAD_Init(USBPD_PORT_0, (USBPD_CAD_Callbacks *)&CAD_cbs, (USBPD_SettingsTypeDef *)...

TG..1 by Associate II
  • 1601 Views
  • 5 replies
  • 0 kudos

UART Rx Interrupt triggered, but state is READY, when it should be BUSY, causing Rx Data to not be returned.

STM32H743Using USART3 in Asynchronous mode with interrupt. The hope is to use this with FreeRTOS+CLII am able to Tx as expected. Rx will trigger the interrupt, but the RX State is READY when it should be BUSY. This causes the value to not be saved, a...

PLane.1 by Associate II
  • 925 Views
  • 1 replies
  • 0 kudos

FOTA using UART bluetooth

I am using an STM32F302CB MCU, I intend to program my device remotely via a mobile app connected with the embedded system through a BT( UART connected).What I understood:-1.) The ST bootloader can be used to flash the MCU by sending some commands to ...

Svish.2 by Associate II
  • 1824 Views
  • 5 replies
  • 0 kudos

on mapping gpio to EXTI on stm32f479xx

Hello,I'm maintaining an RTOS application. It apparently has some GPIOs configured as input interrupts and its startup assembler code has some references to EXTI interrupt lines and handlers like this.... .word   EXTI0_IRQHandler         /* EXTI Line...

PDatt.1 by Associate II
  • 1694 Views
  • 4 replies
  • 0 kudos

Can't receive from USB bulk endpoint despite Windows enumerates and libusb reads descriptor of STM32 custom device class (USB_OTG periph)

For a fast ADC sampling USB device, I am using the USB 2.0 High Speed capable STM32F733 with the embedded USB-HS PHY. In USBView, I can see that the device is enumerated, the libusb code opens the device and claims interface, but when I try to receiv...

ETywo.1 by Associate II
  • 977 Views
  • 1 replies
  • 0 kudos

Only DFU is recognized, not CDC on F070CB

Good afternoonReceived my first own PCB back with a STM32F070CB chip...When I pull the Boot0 pin high, I see that the host PC sees it as a DFU device...But under normal condition when using the CDC class I see following message on the host:[17770.689...

Davorin by Senior
  • 641 Views
  • 1 replies
  • 0 kudos