STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Microcontrollers supporting FOC Motor Drive

Posted on June 25, 2018 at 15:37Hi,How can I tell for sure if a microcontroller supports Field Oriented Control for BLDC motors? I am particularly interested in STM32F303VC and STM32L4R7VI.The STM32F303VC for sure does that because I remember readin...

za kia by Associate II
  • 602 Views
  • 2 replies
  • 0 kudos

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...