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 to setup regular mode(SW trigger+DMA) and inject mode(TIM1 CC4 trigger+IT) working together on the SAME adc in cubemx?

Hi! i am using STM32F401CCU6 for BLDC/FOC motor control application.For foc application requirements, i need sampling 3 phase current in inject mode, vbus and motor temperature in regular mode.However, there is only 1 adc available for sampling. i tr...

0693W000008wpkcQAA.png 0693W000008wpkXQAQ.png 0693W000008wpkSQAQ.png

MX_RTC_Init resets SSR register

The MX_RTC_Init function resets the SSR register of the RTC, so with every power cycle there is a average error of 0.5s! That can accumulate to quite a huge error pretty quickly, if the device is switched on and off several times a day.Is this intend...

A.D. by Associate III
  • 686 Views
  • 2 replies
  • 0 kudos

Connect with LwIP to port 5000

Hi Guys,I want to connect a server via port 5000.When connecting to other server with port 80 there is no problem, but when connecting with port 5000 it doesn't works.IP_ADDR4( &remote_ip, 11, 12, 13, 14);CommDropsTcpConn = netconn_new(NETCONN_TCP);n...

Lmali.1 by Associate III
  • 747 Views
  • 1 replies
  • 0 kudos

LwIP_HTTP_Server_Netconn_RTOS for Nucleo 767ZI isn't converted properly for STM32CubeIDE and it does not build.

CubeIDE version 1.6.0, Firmware version F7_1.16.0, on MacOSIn CubeIDE, start a new project from the examples, choose the nucleo-144 for 767ZI and LwIP. This leaves the LwIP_HTTP_Server_Netconn_RTOS example. But it will not build.There is a missing li...