STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Student project samples

Posted on June 21, 2018 at 12:01Hello,I'm Dylan from the OSCAR:QLITE team. Me and a team of 5 other students are creating a new kind of magnetometer using diamonds. We are one of the team taking part of the BEXUS campaign (organised by ESA).We are u...

Resolved! RCC PLL Timeout with -O0

Posted on June 20, 2018 at 18:00Hi,I'm facing a strange problem due to optimization 0.Actually, my code is working well but when i set optimisation to 'None' the MCU fail in its initialization.The lines concerned are in stm32l4xx_hal_rcc.c line 839....

Resolved! Printf SWO debugging in Cortex M0+

Posted on June 20, 2018 at 01:45I'm trying to use printf to SWO viewer on ST-LINK utility for debugging purposes. I'm using a STM32L062K8, which has a Cortex M0+processor. After much research on the internet, found out that ITM trace is not availabl...

Ash G by Associate II
  • 2126 Views
  • 5 replies
  • 0 kudos

ADC Reading Value

Posted on June 21, 2018 at 03:47Hi,       I am to use the ADC on a STM32L072 to read three channels , ADC_CHANNEL_5, VREFINT and TEMPSENSOR.      I have set up the project in STM32CubeMX and select the three channels     The code generated is belows...

Don't Use Static Libraries in Embedded Project?

Posted on June 20, 2018 at 19:21I found a problem with static libraries that prevents their use at least with Atollic true studio and wondering if there are other tools on the market that will be able to handle it or should I forget the libraries on...

Nucleo-144 CAN bus example code?

Posted on May 30, 2018 at 21:08Hi,I am using STM32L496 with Nucleo-144/STM32CubeMX. Is there any CAN BUS example with HAL Drivers? I can't even find how to setup the baudrate. Thanks,****Note: this post was migrated and contained many threaded conv...