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

STM32F4 HAL RTC Library Output

It appears that if the output bit is set (RTC_CR_COE) it doesn't get cleared when the RTC is initialized.In the library code:HAL_StatusTypeDef HAL_RTC_Init(RTC_HandleTypeDef *hrtc){... else {   /* Clear RTC_CR FMT, OSEL and POL Bits */   hrtc->Instan...

KKobe.1 by Associate
  • 804 Views
  • 2 replies
  • 0 kudos

STM32F0 USB Audio Record

Is there any working example to do USB Audio Recording using the STM32F0? I need to send audio received by the I2S port on the STM32F0 and send it out to the host PC via USB. I have seen AN4711 and also have the Record working on the F7 with the hel...

EThur.1 by Associate
  • 671 Views
  • 0 replies
  • 0 kudos

I am trying to make X-CUBE-GCP working but till now there is no any sign of success. The major issues I am facing is with mqtt connection not being established.

As shown above, the error is coming after jwt is created successfully. I checked the default mqtt hostname is not working with my sample python code.I changed the hostname to mqtt.googleapis.com and port number but still facing same issue.As suggeste...

0693W000006GtgDQAS.jpg 0693W000006GtgIQAS.jpg 0693W000006GtgNQAS.jpg
PDutt.2 by Associate II
  • 821 Views
  • 3 replies
  • 0 kudos

NUCLEO-H743ZI2 lwIP TCP Connection

How can I establish a TCP Connection with an NUCLEO-H743ZI2 ?I managed to establish a simple TCP Connection with a NUCLEO-F429ZI and my PC using the lwIP stack (without FreeRTOS). The NUCLEO-F429ZI was the client and connected to a server, which was ...

NDalv.1 by Associate II
  • 811 Views
  • 2 replies
  • 0 kudos