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

STM32F429 TCP/IP with lwIP.

Hello! I'm trying to connect my STM32F429 via ethernet to a PLC. It seems that this board is supporting a LAN8742A PHY. I generated the code with CubeMX selecting my nucleo board, then, I think that the initialitzation of all of the peripherials ( GP...

Vic95 by Associate
  • 620 Views
  • 0 replies
  • 0 kudos

How use chan FatFS Library in stm32f030

HelloI use stm32f030k6t6 and i want to read micro sd with chan library.so i download and use the sample project (http://elm-chan.org/fsw/ff/ffsample.zip) there is a file named Stm32f100.h on the sample project.if i use other stm32f1xx its work .but w...

STM32L476_Eval Board UDB CDC standalone application is not working with bare example provided in cubeL4 package

Hi !I am using STM32L476G-EVAL board and found that Windows 10 PC is not detecting any thing when running STM32L476_Eval Board UDB CDC standalone application.Whereas when I made an application with STM32cubemx the virtual comport appears on the win...

FDCAN STM32H743ZI-NUCLEO (Transmit Problem)

Hello,i am trying to write a small example which only send 8 bytes .I am using generated code from Stm32cubeMx and i have the initialization parameter from this thread : https://community.st.com/s/question/0D50X00009XkWmjSAF/fdcan-stm32h743zinucleo-t...

Systick Timer disabled using LL, bug?

The SystemClock_Config function which is generated by CubeMX will disable Systick Timer. If you select LL Driver for RCC. After calling SystemClock_Config the SysTick->CTRL is set from 0x7 to 0x5 in the Package L4.13.1 and to 0x01 using package L4.14...

Leo_Panda by Associate III
  • 454 Views
  • 0 replies
  • 0 kudos