STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Question on ADC with DMA circular mode

Posted on February 06, 2017 at 19:12Hi everyone,I'm a newbie and I'm working on ADC with DMA in circular mode like pictures below:and a part of my code is:HAL_ADC_Start_DMA(&hadc1,(uint32_t*)buffer,sizeof(buffer));while(1){for(i=0;i<=255;i){}}When I...

0690X00000606FvQAI.png 0690X00000606FzQAI.png

Can STM32F103RB6 operate via I2C with STM8S103?

Posted on February 07, 2017 at 16:57I want to use STM32F103RB6 MCU to connect to STM8S103 MCU via I2C. Can I get data of STM8S103 via STM32F103RB6 and control the operation of STM8S103 by STM32F103RB6 via I2C interface? These two MCUs operate in dif...

hkwong by Associate
  • 443 Views
  • 2 replies
  • 0 kudos

I2S swapped L/R channels after I2SResume

Posted on February 06, 2017 at 23:24Hello,I collect the ADC data through the I2S1 peripheral using DMA2Once1) i collected certain amount of results,2) the reception is paused with:HAL_I2S_DMAPause(&hi2s1);3) I send the data through UART4) then the r...

akosodry by Associate II
  • 1337 Views
  • 5 replies
  • 0 kudos

Resolved! STM32L432 + SPI + SD

Posted on February 05, 2017 at 16:28Hi,I am trying to interface SD card to stm32l432kc micro controller over SPI and using sparkfun's sd card breakout board.https://www.sparkfun.com/products/12941. I am using sandisk 2GB memory for test.I did connec...

Niks by Associate II
  • 919 Views
  • 2 replies
  • 0 kudos

STM32F401VDT TO ESP12E WIFI MODULE THROUH SPI INTERFACE

Posted on February 06, 2017 at 09:55Hi Regnegade/everyone,This is my skype user id:mailto:amar.manda67@gmail.com.If you are free please ping to me because I need help for ESP12E wifi module to interface with STM32F401VDT.Why am sending skype ID,mean...

amar2 by Associate II
  • 682 Views
  • 2 replies
  • 0 kudos

write decimal data to flash

Posted on February 06, 2017 at 15:48Hi,I am trying to write a buffer data to flash, but i need to convert the hex data to decimal data,because it write the data as hex format. For example it write '81' as '51' that it is hex value. How can i convert...

er3481 by Senior
  • 995 Views
  • 8 replies
  • 0 kudos