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.
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.
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
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
Posted on December 19, 2014 at 10:42The data sheet says that an injected ADC conversion may happen on an external interrupt and will take priority over regular conversions. The interrupted regular conversion will resume once the injected conversion ...
Posted on December 18, 2014 at 15:20Hi all,I use STM32L152 with discovery board and my compiler is KEIL. I know that if we use below code interrupt will occured every 1 ms. systick_config(systemcoreclock / 1000) ; // systemcoreclock set 32000000But ...
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...
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...
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 ...
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 ...
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 ...