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

Resolved! Problems with SPI using DMA in slave mode

Posted on November 13, 2017 at 18:04Hello,I am using the STM32F429ZIT uC and it is currently communicating with another uC through SPI. The STM32 is slave and the other is the master. The master sends 10 bytes and the slave replies with another 10 b...

Resolved! Center aligned PWM is half the desired frequency

Posted on November 14, 2017 at 15:41 Hello everyone, I'm new to STM32 microcontrollers. I'm currently working on my first project using this microcontroller, it is for a motor control application. I am trying to set up the PWMs, I'd like to run t...

G S by Associate II
  • 2902 Views
  • 3 replies
  • 0 kudos

Resolved! Exti line 7 stop working after jumping to the application on stm32F030

Posted on July 26, 2017 at 11:15Hi,After the jumping bootloader, the EXTI_line7 not work!boot.c            /* Test if user code is programmed starting from address 'APPLICATION_ADDRESS' */            if (((*(__IO uint32_t*)FLASH_USER_START_ADDR) & 0...

u23 by Senior
  • 933 Views
  • 2 replies
  • 0 kudos

stm32 MCU download Application

Posted on November 17, 2017 at 09:45Hi,everyone!I did a stm32f103 firmware download application run on Windows system recently,and I found that there is about 1% of MCU can not download success and can not download again.Following is part of my code...

Issue about this Flag: ADC_FLAG_EOS

Posted on November 17, 2017 at 08:23Background:1. 1ms timer to trigger adc interruput;if(htim->Instance == TIM1)//1mS timer { HAL_ADC_Start_IT(&hadc); HAL_GPIO_TogglePin(GPIOA,Pin_15); }2. hadc.Init.EOCSelection = ADC_EOC_SEQ_CONV;adc interruput cal...

_legacyfs_online_stmicro_images_0690X0000060N14QAE.png
AMP HF by Associate II
  • 441 Views
  • 0 replies
  • 0 kudos

M95M02 SPI based EEPROM Read and Write issue.

Posted on November 17, 2017 at 05:53i am facing the write and read issue in M95M02 EEPROM, i am follow the read write cycle as per data sheet.but not write and read in EEPROM.MCU: STM32F105RB.my read write algorithm in below./***********************...

How can I transfer large data over tcp socket?

Posted on November 17, 2017 at 03:33HI.  Please help.CPU : STM32F207Use the tcp_echoserver example to send and receive data.   #define TCP_MSS 1460, #define TCP_TMR_INTERVAL 250If data is sent in tcp_echoserver_poll function and the data to send at ...

What is the solder paste used on Nucleo board

Posted on November 16, 2017 at 20:16Hello,I have made my custom boards inspired from nucleo board l073 but i cannot reach the same power specifications as the nucleo board. Indeed, with the same firmware, on the nucleo board, i consume 3uA whereas o...

Stm32 spi with triggered dma

Posted on November 16, 2017 at 16:54Dear community,my setup is build on top of stm32f439 and ADS131e4 ADC connected through spi.The adc is set in continuous mode, so it fires an impulse on a pin (DRDY) as soon as a new sample is ready.The sample con...