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

RS-485: HAL_UART_Receive_IT() causes HAL_UART_RxCpltCallback() firing without any data to receive on the line

I'm transmitting 1 byte of data via HAL_UART_Transmit_IT(). After this byte is being fed to the UART HAL via the abovementioned method, the HAL_UART_TxCpltCallback() callback is being fired (which is completely normal). The problem comes during the c...

GGeor.4 by Associate II
  • 1369 Views
  • 5 replies
  • 0 kudos

Resolved! Standard libraries for STM32L0XX ??

Posted on October 18, 2017 at 08:30Hi All,Why there are no standard libraries for the STM32L0XX family?Building a new project for  STM32L0XX depend only on HAL / LL ??link to ST standard libraries download page :http://www.st.com/en/embedded-softwar...

moranf by Associate II
  • 2096 Views
  • 3 replies
  • 0 kudos

Use of ethernet after NUCLEO board cutting.

NUCLEO board can use ST-LINK by dividing it.Therefore, I use the ST-LINK part of the NUCLEO-767ZI and NUCLEO-207ZG boards in a divide.After the divide, the power part and the SWD part are connected normally.On the 207 board, Ethernet works normally b...

JPark.4 by Associate
  • 606 Views
  • 1 replies
  • 0 kudos

L4 cubeMx package ver 1.12 inconsistency

Hello there,Here is my CubeMX version:Here is my L4 libs version: I have noticed some disturbing inconsistencies in the #ifdef include guards generated in the default peripherals code. So far all peripherals has guards like this:#ifndef __STM32L4xx_H...

0690X000006BsfKQAS.png 0690X000006BsfPQAS.png