STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 361 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
  • 361 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
  • 224 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...

FatFS problem with SDIO on stm32f103vet6

Posted on December 18, 2014 at 16:23Hi guys, I'm trying to use an SD card with the aforementioned chip on the Primer2. I started from a working project but when ported to my application, it simply doesn't work. Anyone can help?In detail, I've ported...

STM32F072 temp sensor counts wrong way !!

Posted on December 18, 2014 at 21:25Hi I'm just playing around with the discovery board ST32F0so I wrote a quick and dirty C app in CoIDE, started a ADC conversion etc and read in the on chip temp sensor. Thats all works fine ( or so it seems) even ...

STM32F407 USART3 DMA Transmit problem

Posted on December 18, 2014 at 13:32 Hello Everyone I am tryint to send data through usart3 by dma ; I can send data without DMA but when configure to use the DMA I could not send ; Could you guide me to check my mistakes ; the code ...

DIfferent Vector tables or single one

Posted on December 18, 2014 at 11:57now I have 2 hex files running independently, to perform context switching i am using a systick timer, now should i use a single vector table to link them by calling same ISR, or define 2 Vector tables and call 2 ...