STM32F429ZI Communicate with STemWİn GUI
Posted on June 25, 2018 at 10:45Hello, I am use STM32F429ZI to play STemWin GUI on TFT LCD. How does STM32F429ZI communicate with TFT LCD for STemWin GUI ? please help me.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on June 25, 2018 at 10:45Hello, I am use STM32F429ZI to play STemWin GUI on TFT LCD. How does STM32F429ZI communicate with TFT LCD for STemWin GUI ? please help me.
Posted on June 19, 2018 at 07:47 Hi All, I am developing driver for ADC104S021 for STM32F103 I have tried to read AD converted value from ADC via SPI, the value seemed not correct one. timing diagram as follows (from datasheet). m...
Posted on June 25, 2018 at 06:12Hello, I have microcontroller stm32 f103, maybe you can give me annotation note or other recomendation for programming realtime system for exampla - electrodrive?#annotation #realtime #note #help #stm32 #f103
Posted on June 24, 2018 at 10:53I have a program for a board we use that outputs a PWM signal.I did not program the board but we have the HEX files for JTAG to the board.Can this file be decoded back to source code?
Posted on June 22, 2018 at 19:41I would like to open some of the the examples for the STM32L4R9I-EVAL board in TrueSTUDIO. This is described in section 4.1 of UM1860 'Getting started with STM32CubeL4...'.I browse to: STM32Cube_FW_L4_V1.12.0\Project...
Posted on June 25, 2018 at 00:59Am am using an STM32L433 part with an LSE and wish to use the LSCO to drive a Bluetooth module's low-power oscillator input (SPBT3.0DP2's LPO) pin. I see that the code which enables the LSCO output sets the PA2 to An...
Posted on June 23, 2018 at 14:28Hello everyone;I'm using stm32f103c8t6 with HAL drivers, I'm running my code in an interrupt routine every 40 ms (in other words,I have an internal interrupt every 25 HZ), this specific time is of great importance to ...
Posted on June 24, 2018 at 05:40The tamper level detection configuration shown belowvoid init_BspTamper(){RTC_TamperTypeDef stamperstructure; RtcHandle.Instance = RTC; RtcHandle.Init.HourFormat = RTC_HOURFORMAT_24; RtcHandle.Init....
Posted on June 23, 2018 at 23:22HiI want to parallel data transfer via DMA. I am trying to transfer an array in memory to the GPIO. For this, I thought it would trigger the DMA with the Timer Update event. In this way, I can move the data in memory ...
Posted on June 23, 2018 at 12:23Hi.I'm trying to work with the stm32 uart functions with HAL and cubemx. When I was reading the functions I saw that there are 2 different ways to send and receive.One blocking mode (HAL_UART_Transmit() and HAL_UART_R...