STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Third party stacks supported by STM32L4 - Profinet

Posted on February 16, 2018 at 16:21It's possible to know which third party profinet stacks are actually available for stm32L4 devices? I have found confused information in ST links about compatibility. In ex: here can be seen how the whole stm32 fa...

Resolved! DMA irqHandler doesn't work

Posted on February 15, 2018 at 11:25Hi everyone,I'm tryng to use DMA with ADC on STM32L051x6 MCU.When i see the Memory dump at the memory address of variable i takes the correct value from ADC DR but DMAIrq doesn't work neverCan somebody help me?Tha...

STM32F334 with 24C32 EEPROM I2C Read/Write

Posted on February 22, 2017 at 09:59 Hi, Trying to get I2C communication between a F334 and a 24C32 EEPROM working, The read and write functions do return correctly, but the reads do not match what has been written to the EEPROM. Struggling t...

Trouble with “P-Nucleo-Azure 1� kit: not able to recogbize expansion board X-NUCLEO-IKS01A2 (''#ifndef IKS01A2''). Has anyone already had such a problem?

Posted on February 22, 2018 at 10:11Hallo everyone,I am working with the hardware kit �P-Nucleo-Azure 1� (STM32 Nucleo Pack for IoT node with Wi-Fi, sensors and NFC Connected to Azure cloud) and am having troubles in making it work.I have imported t...

Update STM32L073 programmcode

Posted on February 21, 2018 at 17:27Hey, I am facing a specific task and I could really need some help with that. So I have many stm32L073 µC which all run the same programm. The programm has a stored list of constants in them which are used while ...

Resolved! How can I use USE_DMA_TEMPLATE in stm32cubemx?

Posted on November 21, 2017 at 03:40I use stm32cubemx version 4.23. When I use SDIO 4bit and FATFS middleware, I see USE DMA Template option. If I choose 'disable', my code will run correctly. But If I I choose 'enable', I can't read and write data ...