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

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
  • 661 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
  • 1322 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
  • 460 Views
  • 0 replies
  • 0 kudos

Rebooting into bootloader mode from software?

Hi all, I am pretty new to STM32 development and pretty green to embedded systems in general.The main goal I am trying to achieve is receiving firmware updates from a master controller over UART. I am using a STM32F091CC chip on my slave device and w...

0693W000000VIrUQAW.png
MFord.1 by Associate III
  • 2394 Views
  • 5 replies
  • 0 kudos

FATFS f_write, writes wrong content when source/destination buffer is in CoreCoupledMemory with the use of DMA template using CubeMx.

Our setup:- We use DMA2 controller in conjunction with SDIO to use the physical SDCard. Given : We choose to put the STACK into core coupled memory (only accessible by CPU), since this reduces the DMA latency (see AN4031 Rev3, chapter 2.1.3). - The p...

RHerm by Associate
  • 773 Views
  • 3 replies
  • 0 kudos

ARMGCC to ARMClang

I used CubeMX to generate the Makefile project. Only ARMGCC can compile this project. But I want to use ARMClang to compile the project, how to change the Makefile.This is one of my Makefiles that currently supports C/C++.############################...

XXxGB.1 by Associate
  • 1017 Views
  • 0 replies
  • 0 kudos