Speed of STM32F10vct6 FSMC interfacing with TFT LCD
Posted on August 08, 2016 at 14:14The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on August 08, 2016 at 14:14The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on August 06, 2016 at 19:51 I'm not sure that this is the right place to signal a bug. However, I am working with the LCD embedded in the 32F746Discovery board. I noticed a strange behavior during experimentation with scrolling effects an...
Posted on August 05, 2016 at 07:50 Hi im newbie with this mcu, and im try to doing a sweep of frequency with TIM3 and the chanel1, A6. my main code its the next while (1) { unsigned int i=0, j=0, h=0; for(i = FrequencyStart; i < (Frequenc...
Posted on August 07, 2016 at 14:35I can not find any information about valid payment types and if shipping is included.I like to use paypal for Internet payment.Can anyone enlighten me ?
Posted on June 30, 2016 at 22:25Hello, I have developed my code using IAR workbench, tried it on STM32F4 discovery board and it worked well. Now I want to download the code on STM32F407VGT6 chip I bought from digikey.com directly without the develop...
Posted on August 03, 2016 at 08:33Hello everyone. I have searched the forums but could not figure this out.I am using the STM32 F4 Discovery, AC6 (System Workbench), and the standard peripheral libraries.On the Discovery Kit PA8 (pin 100) should be ...
Posted on July 05, 2016 at 18:15In Hal Library version 1.5.1 hal_timebase_tim.c the HAL_TIM_PeriodElapsedCallback(htim) increments uwTick. That's OK for TIM6, since it is now dedicated to that function, but other timer update interrupts also call th...
Posted on August 03, 2016 at 05:47 Hi Guys, I've recently started working with the STM32F0 series of microcontrollers, took a while to get a fully functional build chain up and running, but now everything looks good on that front. ...
Posted on August 06, 2016 at 17:38 Hello, I have used ADC1 in 4 channel mode successfully in my project with DMA1 transferring the values in circular mode. Now I needed to add 2 more channels, but for some reason as a result reason the ch...
Posted on August 06, 2016 at 15:06 I have a problem, I wrote some code based of https://github.com/g4lvanix/STM32F1-workarea/tree/master/Project/STM32F10x_StdPeriph_Examples/USART/DMA_Polling and it only fires the USART1 TX DMA once for some rea...