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

Resolved! How can I block the execution of the my task in RTOS

Hi, Here i want to stop the particular task for certain time when it receives the event from another task it should continue. here is my code . the task is not stopping. can any one help me /*----------------------------------------------------------...

Trinu by Associate III
  • 1249 Views
  • 2 replies
  • 0 kudos

STM32Cube_FW_F0_V1.11.2 HAL I2C module has serious bug in NACK bit handling for I2C CR2 register, breaking fast successive I2C transfer in Slave-mode

I suppose that NACK bit handling logic was inherited from F4 family, where ACK bit is used for address/data acknowledgement control and could be set/reset by software. Unlike F4 family, I2C controller of F0 uses CR2 NACK bit only for data bytes and d...

MDednev by Associate
  • 495 Views
  • 0 replies
  • 0 kudos

Resolved! STM32G0 USB-PD Source stack periodically sends hard resets when compiler optimizations are enabled.

I'm using a Cube IDE generated project (latest version) with the latest version of the G0 SDK. This problem originally showed up on a custom board but I have reproduced the problem using a Nucleo-G071RB dev board wired up to a USB-C breakout jack wit...

Resolved! Hello, I'm using STM32F767ZI NUCLEO Board Want use Ethernet to Communicate with IOT cloud and also I'm trying to implement UDP server

I've checked various example on internet but I haven't get any one of them working for me,The board even not connecting to the router, I've tried static as well as dynamic IPI'm new to Ethernet & LwIPcould you please  provide me any staring example f...

DK.8 by Associate II
  • 841 Views
  • 1 replies
  • 0 kudos

Usage of System Bootloader via USB of STM32F723IEK6

Hello ST Community,in a software project I want to transfer data, which are stored on a SD card, via USB High Speed to a computer. Another requirement is to update the microcontroller using a PC software. For this I want to integrate the CubeProgramm...

Rookie38 by Associate III
  • 501 Views
  • 1 replies
  • 0 kudos

Resolved! Problems with STM32L552 USB-VCP

Is there anybody out there who got the USB running as VCP on a STM32L552 ? We have problems to get the system running with USB attached to a PC via VCP. We used the MXCube release 5.6.1 and created a small project with USB VCP. The VDD-USB Pin is co...

GS1 by Senior III
  • 3412 Views
  • 14 replies
  • 0 kudos

Bug in USBD_core when resetting?

I was chasing down a problem and came across this code in the USBD_LL_RESET function inside of USBD_core.c:if (pdev->pClassData != NULL) { if (pdev->pClass->DeInit != NULL) { (void)pdev->pClass->DeInit(pdev, (uint8_t)pdev->dev_config); ...

JKaz.1 by Associate III
  • 642 Views
  • 2 replies
  • 1 kudos