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! Please advise plans to upgrade CubeMX to LWIP 2.0.3

Posted on October 25, 2017 at 10:48The latest version of CubeMX 4.23 is still at LWIP 2.0.0However on the LWIP site they note in bold:from http://savannah.nongnu.org/projects/lwip/ All users using 2.0.x are strongly suggested to upgrade! I'm particu...

CubeMxIDE v1.0.2 for STM32f031x6 ADC usage problem

I am using CubeMxIDE v1.0.2 with STM32f031F6Tring to read internal batt and temperature. But can not successfull.. I found that SMT32F031x6.h library file and corrected the following lines#define ADC_CCR_VREFEN_Pos       (22U)                        ...

istepne by Associate III
  • 286 Views
  • 1 replies
  • 0 kudos

Resolved! IAP_Main cannot receive via ymodem

I am trying IAP using a new sample application for the STM32H753I-EVAL2 board. STM32Cube_FW_H7_V1.5.0/Projects/STM32H743I-EVAL/Applications/IAP/IAP_MainIAP_Main would download IAP_Binary_Template image into flash memory. However, IAP_Main can tran...

USB_OTG_FS registers similar to USB_OTG_HS ?

hi, I want to use USB-FS. For initialisation I used the tool integrated in the cube IDE. The RM contains the HS-registers but not the FS-registers. Since the tool changes bits that are not supposed to be changed (namely: GOTGCTL) I assume the registe...

Incorrect DMA transfer when address isn't aligned.

Hi,We using the HAL_ADC_Start_DMA() function and this function works very fine when the pData pointer is aligned to 4. (data transfer is DMA_PDATAALIGN_WORD)Unaligned data can be happen when the *pData is defined as a structure and the structure is p...

OGhis by Senior
  • 403 Views
  • 0 replies
  • 0 kudos