STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32H743I-EVAL running off frequency

Posted on March 03, 2018 at 03:40The consequences of not initializing local/auto variables properly...Original code:static void SystemClock_Config(void){ RCC_ClkInitTypeDef RCC_ClkInitStruct; RCC_OscInitTypeDef RCC_OscInitStruct; HAL_StatusTypeDef r...

how to use STM32F407 controll DSP

Posted on March 02, 2018 at 08:13Now we want to use STM32F407 to control DSP, DSP with 16bit data ports and 5 address,  the following is interface   for DSP, is it okay or not? #stm32f407

sam Zeng by Associate
  • 874 Views
  • 4 replies
  • 0 kudos

Resolved! STM32F767Zi-Nucleo SDMMC DMA Write help

Posted on February 20, 2018 at 16:15HiI'm testing F767Zi-Nucleo to write some data to a 16G SD card with no file system.With HAL_SD_WriteBlocks function, everything works fine. I can read out the data that just have been wrote.With HAL_SD_WriteBlock...

AHB newbie question

Posted on March 01, 2018 at 15:01Hi  I have been away from learning the ST32 for a good while and just coming back to it. I am using the NUCLEO-L073 board (uses the STM32L073) and setting up the GPIO module. Looking into the online videos (not for t...

Nucleo-H743ZI from embedded world 2018

Posted on March 02, 2018 at 00:40Hello Community,does someone was on the embedded world this year and could get a Nucleo-H743ZI development board which he or she don't really  need? I hadn't time to travel there and my  colleague who was there said,...

ST-LinkV2 question:

Posted on March 02, 2018 at 01:35I'm using 2 different ST-LinkV2s to put firmware on a ST32F429ZIT6 processor.  I'm using the SWD interface.  One of the ST-Links works and the other does not.  The one that does not will not even connect to the devic...

Resolved! STM32F072-EVAL CDC won't work

Posted on February 23, 2018 at 17:55Hi,      I tried to run the example on STM32F072-EVAL found in  STMicroelectronics\STM32Cube_FW_F0_V1.9.0\Projects\STM32072B_EVAL\Applications\USB_Device\CDC_Standalone.When I plug CN4 USB connector to my PC, I se...