STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

MCU with WFI (wait for interrupt) mode enable

Posted on December 16, 2014 at 19:20Hello, I have a stm32f429 discovery kit. To discover the board, I was trying to modify the ADC_DMA example to show on the screen of my board the internal temperature of the MCU. After many improvement, I have succ...

brochn by Associate
  • 461 Views
  • 2 replies
  • 0 kudos

STM32F303: ADC interleave mode overrun

Posted on December 19, 2014 at 16:30Hello,With  the STM32F303RC, I use ADC12 in interleave mode with 2 DMA to reach a 10.2 Ms sampling rate.The ADC acquisition is trigged internally by TIM2 every 1ms, I read 1500 samples during ~100µs .That's was wo...

Stm32f103 Memory Jumping with parameters

Posted on December 17, 2014 at 13:46Hello, I'm working with the STM32f103RB and I'm trying to jump to a section of flash where I will begin executing another program there My code should look like this (variable ApplicationAddress is 0x08008000) :  ...

cnhx27 by Associate III
  • 1100 Views
  • 9 replies
  • 0 kudos

TIM SYNCHRONIZED

Posted on December 18, 2014 at 22:56The original post was too long to process during our migration. Please click on the attachment to read the original post.

franck2 by Associate II
  • 389 Views
  • 1 replies
  • 0 kudos

STM32cubeF0 not available for download

Posted on December 19, 2014 at 13:26Hi The link is missing for the STM32cubeF0 package http://www.st.com/web/catalog/tools/FM147/CL1794/SC961/SS1743/LN1897/PF260612 Is there a direct download link Thanks

pbayton9 by Associate II
  • 379 Views
  • 1 replies
  • 0 kudos

ADC bandwidth

Posted on December 19, 2014 at 11:09Are there any informations on the bandwidth of the ADC on the STM32F302? Is the ADC stage suitable for undersampling? #bandwidth #stm32 #adc

lukas23 by Associate II
  • 236 Views
  • 0 replies
  • 0 kudos

STM32 isochronous transfer

Posted on December 19, 2014 at 08:33 how to transfer 512 bytes? Send_DATA ((unsigned char *)trBuffer, 512); void Send_DATA(uint8_t* ptrBuffer, uint16_t Send_length) { if (GetENDPOINT(ENDP1) & EP_DTOG_RX) // NOT TX ie SW_BUF { U...