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

['F446 Cube/documentation] SAIxy_CR1.CKSTR

Posted on January 03, 2018 at 22:43For I2S, data are latched on the falling edge of CK (for the transmitter) and are read on the risingedge (for the receiver). That, according to CKSTR's description above, means to set CKSTR=1 for both transmitter a...

0690X00000609LgQAI.png

Missing Flash_(BANKx_) END definitions

Posted on June 13, 2018 at 11:47Hello,the device headers for F0,F1,F2,F4,F7, L0 and H7 all contain definitions for FLASH_(BANKx_) END. Headers for F3 and L4 do not contain these definitions.Please add these definition.Thanks

Default image file for STM boards

Posted on June 12, 2018 at 16:05Hello,is there a place to download the default image files as flashed on the Nucleo/Discovery/etc boards when sold?When people asked for these file, all advice I found was to compile from the Cube sources. This requir...

wrong variable initialisation

Posted on June 13, 2018 at 09:13Hello all,I have a proplem with initialising variables in a function. The function is -with some other functions- in a seperate .c file. Here is a picture with the start of the function.The variable last_block and the...

0690X0000060LAUQA2.png 0690X0000060LEzQAM.png

SWV on the STM32F746ZG

Posted on June 12, 2018 at 08:31Hi, I am trying to enable the SWV on the STM32F746ZG, but without success. I generated the code with CUBEMX (enabled the Trace asynchronous SW) and in debugger configuration configured interface SWD, and trace SWV (wi...

stm32l0 openocd

Posted on June 13, 2018 at 10:49Hi!- usingSTM32L011F4U6 micro-controller, - compiling with arm-none-eabi-gcc- flashing / debugging with OpenOCD 0.10.0when we usedSTM32L053xx, everything was working perfectly.we were able to flash / debugnow, when sw...

STM32f303CCT problem for reading TI's ADS1299

Posted on June 13, 2018 at 08:33When I try to read from ADS 1299 by using read command. The data sent by ADS 1299 is loaded into SPI data register of stm32f303 but sometimes it appears in lower 8 bits and some times in upper 8 bits.

Resolved! A question about Demo software come with demo board?

Posted on June 13, 2018 at 01:31Hello, I went to STM32 IoT discovery Kit seminar last year at San Francisco. At that time, I received a demo board (STM32 IoT Discovery Kit) with a USB memory card. Recently we have a project may need this MCU, and I ...

STM32F746 timer generated trigger for ext. ADC

Posted on June 12, 2018 at 11:33Dear STM32 timer specialists,i have to design a board, where a STM32F746 must read a 16 bit/40MSample ADC, into internal or external (SD)RAM. The ADC data bus will be 32 bit wide with 20MHz clock. The memory interface...