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! STM32L082 dual bank, BFB2 bit reset at power up ?

Dear all,I am requesting your help to understand well how the dual bank mechanism works before I start writing the firmware:I will use the internal bootloader to allow me to start from Bank1 or Bank2. Bank1 will store the factory firmware, and Bank2 ...

Florent_ by Associate II
  • 787 Views
  • 2 replies
  • 0 kudos

STM32 AWS FreeRTOS OTA github access

Hello,We're developing an IoT device using STM32H743 using AWS FreeRTOS with OTA. I'd like to access the sample source at github: STMicroelectronics/amazon-freertos-ST. However it's under controlled access. I've emailed to request but haven't got any...

NHuyn by Associate
  • 460 Views
  • 0 replies
  • 0 kudos

Distortion problem !

I am currently implementing a USB audio DAC .After porting the firmware I am getting some distortion .So what could be the possible reason?Is it related to synchronization ? Or any other issue.​

Ultimate Liberty license - what is allowed?

All files generated by CubeMX are licensed under "Ultimate Liberty license". Looking over the terms of the license, one particular detail is very interesting:5. No use, reproduction or redistribution of this software partially or totally may be done ...

paradajz by Associate
  • 655 Views
  • 0 replies
  • 0 kudos

Resolved! There seem to be a bug in STM32F3 HAL library for comparator power mode. Or else the reference manual is misleading

In reference manual, comparator power mode is not the same for all comparators. High Speed is (binary) 00 for comparators COMP1 and COMP2, and 11 for the others.In stm32f3xx_hal_comp_ex.h, high speed is 00 and this is applied to all comparators.

TFont.1 by Associate
  • 1297 Views
  • 3 replies
  • 0 kudos

How can I use LWIP to build again and again?

I build the server to connected. but if i want change the port and built it again, it can't to usehave any advise?void tcp_server_init(void) {   tpcb = tcp_new();   if (tpcb != NULL) { err_t err;   if((Server_port>=9999)||...

YiKai by Associate II
  • 453 Views
  • 0 replies
  • 0 kudos