Displaying icon on TFT ?
Posted on April 14, 2014 at 10:18 Guys, Does anyone of you know on how to display array of bitmap to TFT LCD ? I tried : void LCD_DrawBMPFromFile() { char temp_buffer[100],line[512]; int count,bmpData,bmpAddr; cons...
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on April 14, 2014 at 10:18 Guys, Does anyone of you know on how to display array of bitmap to TFT LCD ? I tried : void LCD_DrawBMPFromFile() { char temp_buffer[100],line[512]; int count,bmpData,bmpAddr; cons...
Posted on August 02, 2016 at 04:52I upgrader to the latest version of the CubeMX library for the F446 and now DCMI doesn't work. Don't have time to chase it down so I'd like to revert to using a previous library version.I tried using the library man...
Posted on July 27, 2016 at 15:06 Hi, I have a code, kindly provided by clive1, to use two ADC in dual mode on STM32F334, and it works well. I can modify some parameters, but something (the ADC itself, the DMA to fill the memory array, or ...
Posted on August 03, 2016 at 11:45 Hello there, Recently I developed a PCB board containing the STM32F103VBT6 MCU. Recently, I was using STM32F4 devices without any problems. For this device however, I am unable to debug my target using Segg...
Posted on August 03, 2016 at 08:31Hello there,I'm looking for a possibility to quickly stop and restart the ADC from continuous run on a STM32F446.I use the ADC1 and ADC2 in dual combined regular simultaneous + injected simultaneous mode with DMA s...
Posted on August 02, 2016 at 21:25Hi ,I interested in measuring STM32F0 temperature and reference voltage using internal sensor of it's processor at the same time using UART. so I used channels like this;ADC_ChannelConfig(ADC1, ADC_Channel_16 , ADC_...
Posted on March 05, 2015 at 07:46Mayla,Could you be so kind to update your permanent post and add a link GNU ARM Eclipse plug-ins project? (http://gnuarmeclipse.livius.net/blog/)It is highly portable (Windows/OS X/Linux) and also provides a large co...
Posted on August 02, 2016 at 18:25(This is a resend--the original didn't seem to get posted). Is it advisable to pull-up pins participating in the system bootloader interfaces (USART1 & 2 for the F3)? If floating, is it possible for the bootloader...
Posted on August 02, 2016 at 18:37What version of HAL/etc do you have? I'm not having any luck compiling it with my kit (Keil uVision 5, set to use the F030R8 processor and the 1.4.0 stm32f0xx_hal.h)...
Posted on August 01, 2016 at 20:55I am working on a project that would benefit from a timer whose speed could be changed in real time within the program. Right now I have a timer set up with Tim_CMD, but the prescaler for that is set when it is init...