STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

SPI Rx buffer not reading

Posted on August 30, 2017 at 15:24 Hello, I am trying to get my MCP3204 ADC to run with my STM32F4. Unfortunately all I get from my SPI_I2S_ReceiveData() function is a bunch of zeros. According to my oscilloscope everything looks normal. I ...

STM32Cube L4 firmware v1.8.1 patch issue

Posted on July 24, 2017 at 05:43STM32CubeMX v4.22 fails to merge L4 v1.8.1 patch with existing L4 v1.8.0 source tree. Instead it creates two distinctive trees, one for v1.8.0 and one for v1.8.1 when they are installed one after another, i.e. when yo...

Innomatic by Associate II
  • 1056 Views
  • 11 replies
  • 0 kudos

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