STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How can I program my new Discovery board

Posted on May 30, 2016 at 18:38I just purchased a STM32F429I discovery board.  I need to modify the provided software to produce a custom graphics demo for my client.  I downloaded tools from the Keil link on the ST-site, but the libraries are much ...

news by Associate II
  • 316 Views
  • 1 replies
  • 0 kudos

SPI STM32F091 Sending an Data Array

Posted on May 30, 2016 at 19:56 Hello everyone, I have some serious problems i want to send an array of data with SPI but that doesn't work i used the code from the snippet but i changed it a little bit but it doesn't work also in the cod...

sander by Associate
  • 334 Views
  • 1 replies
  • 0 kudos

MSI calibration and MSICAL register

Posted on May 27, 2016 at 15:16Hello, I'm calibrating my MSI clock when I'm switching frequencies, and I noticed that whenever I write a value to MSITRIM register, MSICAL automatically changes value too. The reference maual states that this is a rea...

srdjan by Associate II
  • 588 Views
  • 3 replies
  • 0 kudos

independent watchdog

Posted on May 30, 2016 at 14:26Hi i am using stm32f4 and i would like to know, Is there a way to identify  how many times stm32f4 resets using independent watchdog ?

arunease by Associate II
  • 311 Views
  • 1 replies
  • 0 kudos

CubeMX 4-14 vs- 4-15

Posted on May 26, 2016 at 22:48I am using a Nucleo-F103RB and with the new CubeMX 4-15, there are Debug options missing. I updated all Libs, but only the switch to Cube4-14 gave me the correct Debug Options back. Bug or Feature ? Best regards, Marku...

connecting Wolfson WM5102 audio board to STM32F7

Posted on May 30, 2016 at 16:15Donald Seay talks about mating the Wolfson WM5012 audio board to an STM32F4 in this video:https://www.youtube.com/watch?v=TO66UN64-os I purchased the STM32F746G thinking it would be much the same and I would be able to...

dennis by Associate II
  • 335 Views
  • 0 replies
  • 0 kudos

HAL_LockTypeDef type error

Posted on May 28, 2016 at 09:58I am compiling code for STM32F746G discovery and I am stuck on an error that makes no sense.  The error occurs in stm32f7xx_hal_dma2d.h when in line 190 is declared:   HAL_LockTypeDef             Lock; The compiler com...

Connection to FPGA with FSMC

Posted on May 24, 2016 at 16:57Hello.I’m trying to connect a F207ZG to the Avalon-Bus of an Altera FPGA. I want to use the FSMC of the STM32. Because the STM32 and the FPGA have different clock domains, I configured the FSMC as asynchronous SRAM:/* ...