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

Question about SPWF01SA module

Posted on July 11, 2018 at 15:24Hello,I am using the SPWF01SA incorporated into a board with a microcontroller that is responsible for responding to orders that come through the module.My problem is that through the page ''output_demo.html'' I can s...

0690X0000060M68QAE.png

STM32L452RET6 HardFault from HSE

Posted on July 10, 2018 at 11:14Hello, Help me please. I configuration STM32L452RET6 in the CUBEMX, how on the pictures. Then I build project in the Attolic and go to debuger and then when MCU is starting work, it go in the HardFault_Handler(void) t...

New PDM audio firmware?

Posted on January 17, 2018 at 14:48Does anyone have informations about the pdm2pcm library in der STM32F4cube package? I cant't find anything on the ST-page.

Resolved! STM327H753-Eval : Temperature Sensor Reading Issue

Posted on June 21, 2018 at 10:31Hi All,Recently, I tried to read temperature sensor from ADC. I setup using STM32CubeMx and below is generated code:/* ADC3 init function */ void MX_ADC3_Init(void) {   ADC_ChannelConfTypeDef sConfig;      /**Common c...

JTAG/SWD specification

Posted on July 11, 2018 at 12:07Hello,The STM32H743 datasheet adds specifications of the JTAG/SWD interface as topic 6.3.33. This is quite helpfull and I miss such specifications for the other STM32 devices. However there is a typo, as table 113 and...

SMBus slave multi-part recieve

Posted on July 11, 2018 at 12:12I hope some can help with a SMBus problem I am having. I am using I2C2 on the STM32L432 in SMBus mode as communication medium between devices. I'm not using the standard SMBus protocols, instead I'm using a simple dat...

STM32 Flash getting erased

Posted on July 10, 2018 at 18:10We are using a STM32F407IGH6 in our design.  We may have an invalid configuration for this device.  Currently we are pulling PDR_ON low, but we are not driving the NRST pin externally.  This will be fixed in our next ...