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! Why was UART_FLAG_RTOF removed?

From STM32H7 libraries v1.3.2 to v1.4.0 UART_FLAG_RTOF was removed from stm32h7xx_hal_uart.h.Any good reason why?I am just gonna use USART_ISR_RTOF instead but the question is why would you do that? Was it intended?

LAfon by Associate III
  • 637 Views
  • 1 replies
  • 0 kudos

we want to use serial boot loader in stm32f765 ?

We are using stm32f765 serial boot loader to flash application code(.hex file) with USART1 (PA9,PA10). we connecting boot0 pin vcc (3.3v). But device memory is not detected and also device part is also not available for this what may be the resion ...

srikanth by Associate III
  • 392 Views
  • 1 replies
  • 0 kudos

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
  • 637 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...