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! SFR view, wrong address of registers bit field?

I am working with STM32G474RET6U MCU and I would like to check the values of bit filed EXTSEL (ADCx->CFGR.EXTSEL) the problem is that according to SFR view this bit field starts on 6th bit of CFR register, but according to the reference manual it sho...

0693W00000WJYL9QAP.png 0693W00000WJYKuQAP.png
GHrib.1 by Associate III
  • 1422 Views
  • 4 replies
  • 0 kudos

Problems with osMessageQueue

Hello.I'm using the STM32U5A9J-DK development board to work on a project to display UART data on the screen textArea, and I've made sure that there are no problems with the communication between the PC and the STM32 UART, and with the process of Mode...

jessie_chiu_0-1711089386454.png

Resolved! STM32F107+LWIP(2.0.3)+freeRTOS not work

i use STM32F107+LWIP(2.0.3)+freeRTOSI wrote the program with the help of the following document :https://www.st.com/resource/en/user_manual/um1713-developing-applications-on-stm32cube-with-lwip-tcpip-stack-stmicroelectronics.pdfAfter connecting the c...

HKabi.1 by Associate II
  • 5152 Views
  • 13 replies
  • 2 kudos

Resolved! USB Type C DRD/OTG

hi all,  i am using STM32U585 controller which is having a internal UCPD controller.my requirement is to create a module which can act as host and device using USB type C. i am taking the hardware connection as same as stm32U585 eval board(and adding...

sabari1 by Associate III
  • 3080 Views
  • 1 replies
  • 0 kudos

Resolved! Bug in CRS register definition of STM32U585xx

Affected driver library: STM32Cube_FW_U5_V1.2.0File: stm32u585xx.hThe definition of CRS_CR_TRIM_Msk is wrong.Currently it is:#define CRS_CR_TRIM_Msk (0x3FUL << CRS_CR_TRIM_Pos) /*!< 0x00003F00 */But instead it should be:#define CRS_CR_TRIM_Msk (0x7FU...

SOfne.1 by Associate III
  • 1486 Views
  • 2 replies
  • 0 kudos

CORS with LWIP

Hi - can anyone tell me how to insert a CORS header into LWIP?(Cross-Origin Resource Sharing) header directly into the httpd.c? file of LwIP)i.e.Access-Control-Allow-Origin: *I am using vscode to debug an index.shtml file file, but i need to get resp...