STM32F746G LCD-TFT and Arduino IDE
Posted on November 17, 2017 at 17:05Hello all; How can i display data on the LCD-TFT of STM32F746G using the Arduino IDE?Thanks.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on November 17, 2017 at 17:05Hello all; How can i display data on the LCD-TFT of STM32F746G using the Arduino IDE?Thanks.
Posted on November 13, 2017 at 23:54Luckily Google is not looking into our HDs (yet?), so people do not find these at first: C:\Users\XXXX\STM32Cube\Repository\STM32Cube_FW_F7_V1.8.0\Projects\STM32746G-Discovery. And so onSo if you put all examples ...
Posted on November 09, 2017 at 21:27Hello. I am trying to control a step motor with a driver like m542 stepper driver. I can control the rotation speed and direction of the motor. I'm working with STM32F4-Discovery to get prototype done. Everything ...
Posted on November 14, 2017 at 10:15 Hi, I have a S29GL01GS 1Gbit parallel NOR flash (26 address lines [A0-A25] & 16 data lines),if i configure the chip select to be used in Bank1 (NE1) ,it has an address range of 0x60000000 to 0x63FFFFFF,which is ...
Posted on November 17, 2017 at 13:36Hello, I am using STM32L1 Value Line discovery Board. Which have STM32L100RCxx chip Mounted. I wanted to Interface uSDCard using SPI1. I searched for an Example code in STM32Cube_FW_L1_V1.8.0 and STM32L1xx...
Posted on November 17, 2017 at 13:07Hello,i am working on a 3phase bldc solution using TIMER1 using a STM32F427VI device The hardware is providing 3 ADC channels ( one for each phase), and 1 ADC channel which measures the DC voltage of the converte...
Posted on November 16, 2017 at 08:49MCU: STM32F072RBhadc.Init.EOCSelection = ADC_EOC_SINGLE_CONV;I have try to set hadc.Init.EOCSelection as ADC_EOC_SINGLE_CONV and ADC_EOC_SEQ_CONV to take a look in debug mode using Keil 5.void HAL_ADC_ConvCpltCall...
Posted on November 16, 2017 at 13:42I use the DSI interface in the STM32F469 microcontroller and I try to read this by means of the HAL_DSI_READ function - but data are read not completely, only 1 byte from four. Tell me please how it is correct to ...
Posted on June 12, 2017 at 16:46Dear ST Community, I am developing an inverter for power management. I started the project using the STM32F429I-DISCO and all tests performed were OK using this board, so we decided to use this STM32F429ZIT6U microco...
Posted on November 13, 2017 at 18:04Hello,I am using the STM32F429ZIT uC and it is currently communicating with another uC through SPI. The STM32 is slave and the other is the master. The master sends 10 bytes and the slave replies with another 10 b...