STMicroelectronics / STM32CubeL4

STM32Cube MCU Full Package for the STM32L4 series - (HAL + LL Drivers, CMSIS Core, CMSIS Device, MW libraries plus a set of Projects running on all boards provided by ST (Nucleo, Evaluation and Discovery Kits))
Other
259 stars 151 forks source link

Sample Code for B-L462E-CELL1 #65

Closed djsg closed 2 years ago

djsg commented 2 years ago

How come in this package, there is no project code for B-L462E-CELL1, of which the MCU is an STM32L462REY6TR microcontroller? Particularly I am looking for sample code for USART communications.

ASELSTM commented 2 years ago

Hi @djsg,

The STM32CubeL4 package is proposing a set of USART examples as mentioned in the STM32CubeProjectsList. You may refer to theses examples and easily port them to the MCU you are using. Hope this would help.

With regards,