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

STM32F769 Reference manual

Posted on May 02, 2016 at 08:50Hi, where can i find the reference manual of STM32F769? The STM32F7 page just contains the RM0385 which is applicable for STM32F75xxx and STM32F74xxx. Is this RM also applicable for the STM32F76xxx because it is not st...

sascha23 by Associate II
  • 1211 Views
  • 5 replies
  • 0 kudos

E-BIKE Sensorless Controller Design based on STM32

Posted on June 01, 2016 at 23:17i wanna design a sensorlles controller for MXUS XF08 BLDC HUB Motor based on STM32F103RB.There are several ways for sensorless design;Comparator based or ADC Based ( six-step or FOC);Which method is better?Is it true ...

Device IDs for STM32F100 Devices

Posted on June 21, 2016 at 15:36I am using a STM32F100C8T6.The documentation (RM0041) tells me that the device ID should be 0x420But when i read out the device ID register (address 0xE0042000) i read 0x410Is there a reliable documentation where i ca...

tj by Associate II
  • 2466 Views
  • 4 replies
  • 0 kudos

STM32L1 RTC incorrect rate

Posted on June 24, 2016 at 13:35 Hi everyone! I have a problem getting the RTC of a STM32L151C8 device to work properly. I am using a custom board with an 8MHz external oscillator and the SPL which works fine so far. I used the i...

tbwork by Associate
  • 374 Views
  • 0 replies
  • 0 kudos

STM32 Shutting down debug session

Posted on June 21, 2016 at 11:22 I'm facing with a problem regarding debug session. When I start debug session, after the configuration of USART2 the debug session is closed. Keil message: Cannot access target. Shutting down debug ses...

Fede Rico by Associate III
  • 2234 Views
  • 7 replies
  • 0 kudos

Unable to download CubeMX

Posted on June 07, 2016 at 10:44No download link for CubeMX on this page http://www.st.com/content/st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-configurators-and-code-generators/stm32cubemx.h...

vromanov by Associate II
  • 1015 Views
  • 5 replies
  • 0 kudos

STM32F042C6 SPI2 RXNE clears before reading DR

Posted on June 24, 2016 at 09:04 Good day! I have simple SPI read func: bool SPIRead(byte reg, byte &result) { ushort timeoff=0x100; volatile short temp; temp=SPI2->DR;// To clear DR temp=SPI2->DR; temp=SPI2->DR; CS_EN;// i st...

STM32F4 DMA and Timer Duty cycles

Posted on June 24, 2016 at 05:03I am working on a personal project and keep running into a problem. The I am trying to use the DMA in an STM32F4 to control a strip of LEDs that rely on the duty cycle of an output signal.I want to update the duty cyc...

Encoder Interface STM32F0 Discovery

Posted on July 26, 2013 at 05:16I have a motor with a quadrature encoder and I want to get the relative (absolute after counting from home position) position. I tried getting the encoder count using an interrupt from one channel of the encoder and c...

STM32CubeMX USB_FS_CDC for STM32F407IG

Posted on June 04, 2016 at 05:32Hi everybody,I got a problem to implement USB CDC to STM32F407IG. Although looking into all the post here, still not solve my problem.I am using self-made board with  STM32F407IGT6, The sch is simply connect as MCU US...