STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32L4 hard faulting in BlueNRG stack

Posted on August 03, 2017 at 20:25Hi,   I am building an application using an STM32L4 and a BLUENRG-MS.  I have an GATT server application that can happily connect and ping pong messages with a GATT client.  The client sends a ping on one characteri...

HAL_CAN_ErrorCallback

Posted on August 31, 2017 at 15:01What to do to leave the error state of the state machine?Calling HAL_CAN_DeInit() and HAL_CAN_Init() does not do the job.#hal_can

LP-Timer problems

Posted on August 31, 2017 at 14:19I am using the ST32L476 and found out the following:1. The LP-Timers don't generate a compare-interrupt when the value of the CMP-Register is 0x7FFF, all other values are working correctly.2. Writing to the CMP-Regi...

What Happened during while() loop?

Posted on August 30, 2017 at 13:05 I recently noticed a strange case on STM32F7 I measure the execution time of this function by clock cycles. which is just a simple while loop. void LK_ADDr(float *im, float *meanParameter, int Size ) { ...

0690X0000060813QAA.png 0690X000006084eQAA.png 0690X000006084jQAA.png

Resolved! ADC VDDA and PA2 measurement

Posted on August 30, 2017 at 15:46Hello Community,I work on a STM32L151CCU6 and I need your help.I try to measure VDDA voltage in order to calculate a voltage divider on PA2 (single mode). My two ADC configuration functions are :void MX_ADC_Init(voi...