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

SPI in Master Mode with NSS Hard Output

Posted on July 07, 2017 at 20:42Hello, I interfaced STM3210E-EVAL with external RF Slave chip and trying to place a data in a slave register.Ex data: Slave register address is 0xC0 and placing two bytes of data (0x00 and 0x12). For this I  configure...

0690X00000603vxQAA.jpg
suresh by Associate II
  • 854 Views
  • 2 replies
  • 0 kudos

problem about LSE clock of stm32l431

Posted on March 15, 2017 at 07:30hi,I want use LPTIM1 and select clock source is LSE.when i enable LSE use code auto-gen from stm32cubemx,but LSERDY can't assert,the external OSC is work normal.init code like as:void SystemClock_Config(void){  RCC_O...

cai.bai by Associate II
  • 1131 Views
  • 4 replies
  • 0 kudos

Resolved! DFSDM limited dynamic range at high F_OSR?

Posted on July 07, 2017 at 05:45For a while now, I've been wanting to learn the DFSDM (cascaded-integrator-comb, or CIC, filter) peripheral on the STM32L4 and use it for some serious DSP work.  This week I finally had time to dig in and get it worki...

mhaun by Associate II
  • 1151 Views
  • 2 replies
  • 0 kudos

ULPI read registers

Posted on July 07, 2017 at 14:43Hi, could you help me please to implement reading registers from USB ULPI chip ?thanks for all repliesKind regards ...

STM32CubeF4 fail clock configuration FreeRTOS projects.

Posted on July 07, 2017 at 19:35I'm trying to implement a FreeRTOS program on an STM32F429I-Disco (first rev.) using the examples in STM32CubeF4 (V1.16.0). Neither the 'Demonstration' project not the 'FreeRTOS_ThreadCreation' project will run. They ...

[Windows 10 x64] CubeMX updater deleted executable

Posted on March 20, 2017 at 08:40I tried to update STM32CubeMX yesterday to V4.20 using the built in updater (via Check Update Manager). After files were downloaded the update process started normally. Right after installation appeared to have compl...

parsec by Associate III
  • 1156 Views
  • 5 replies
  • 0 kudos

Resolved! STM32F091RC I2C DMA transfer complete

Posted on July 06, 2017 at 08:00Hello everybody,I am using I2C interface in master mode to collect data from external slave device with DMA in non-blocking mode.- HAL_I2C_Master_Transmit_DMA- HAL_I2C_Master_Receive_DMAMy program is working fine sinc...

Resolved! STM32F0 LL Library RCC Bug

Posted on July 05, 2017 at 13:52Hi,There is a bug in F0 LL library rcc module.RCC_GetSystemClockFreq() is incorrect if the mcu use HSI48 as system clock,in this case it returns HSI_VALUE but not 48MHz.

STM32F746ZGT6 problem with custom board [urgent]

Posted on July 04, 2017 at 21:00Dear all,   We have been developing a custom board featuring STM32F746ZGT6, and we have encountered some problems.   We are able to program the MCU using the ST-link with no problems, however, the MCU does not do anyt...