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

Problemwith SWD debugging on STM32L011D4P6

Posted on November 22, 2016 at 23:09Hi,We are bringing up a new design using this CPU. Aside from other issues, we have an inconsistency between different boards when trying to program using SWD. On one working board, the SWD clock (pin 2 on the 10 ...

Where can I find libraries???

Posted on November 23, 2016 at 16:48Hi, I am new with the ST microcontroller and I was looking for some basic libraries. I am using a STM32F373CC and I want to use the SPI, ADC and DAC on the microcontroller... I have used the STM32 cube software to...

How to read Device ID Register in IDE

Posted on November 14, 2016 at 22:47I am using an STM32VLDISCOVERY with an accelerometer which is connected using SPI. I am trying to determine whether or not I have it connected to the STM correctly so I am trying to read its Device ID through the ...

Trying to make a USB HID mouse from cube mx

Posted on November 21, 2016 at 07:04 i have tryed to make working an usb hid mouse program (simulating mouse move) from cubemx: usb_otg_fs folowing youtube stm sample: https://www.youtube.com/watch?v=XRocqTfUxbo my platform is STM32F746DI...

0690X0000060MoOQAU.gif
lrou13 by Associate II
  • 794 Views
  • 3 replies
  • 0 kudos

L4 LL drivers

Posted on October 12, 2016 at 19:06I'm confused about the development strategy.  Ideally, the Hal drivers should be layered on top of the LL drivers.  However, when I look at the code for say  gpio or spi, the Hal drivers duplicate the LL functional...

Geoffrey1 by Associate III
  • 575 Views
  • 2 replies
  • 0 kudos

STM32F7 DISCO - memory sections

Posted on August 24, 2015 at 13:51Hi all,I have a question about the different memory sections. I use a modified version of the demonstration project.There are 4 memory sections:SRAMSDRAMFlashNOR (QSPI)This code save the variable to NOR:#if defined ...

benny by Associate II
  • 2134 Views
  • 10 replies
  • 0 kudos

System Tick timer is not incrementing uwtick

Posted on November 24, 2016 at 11:39 I have stm32F767zi nucleo, and I usedstm32CubeMXgenerate the code to test some of the functionality.The MX_CAN1_Init() returns Timeout error. I debugged HAL_CAN_Init(&hcan1) and found the section in the HAL_C...

x567234 by Associate
  • 638 Views
  • 0 replies
  • 0 kudos

Connect DAC to subwoofer

Posted on November 17, 2016 at 15:51Hello I'm working on an audio system, I have stored audio files as binary data on an external EEPROM and using STM32F407VGT6 I'm taking this data and send it through DAC to external amplifier and then speaker. now...