STM32F746G-DISCO Display brightness
Posted on November 01, 2016 at 09:41Hello,Is it possible to control the brightness of the display?Thanks againGiorgio #stm32f746g-disco
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on November 01, 2016 at 09:41Hello,Is it possible to control the brightness of the display?Thanks againGiorgio #stm32f746g-disco
Posted on October 13, 2016 at 18:56Hello I am using Nucelo 144 STM32F207 based board and running Netcom Application using keil version 5.Problem 1:- sometimes while serving a page it hangs and need a restart. on debugging i found oot it is stuck in...
Posted on October 22, 2016 at 01:17Hi All! I'm developing simple transmission between two STM32 processors (F767 and F100). I'm using full duplex 4 lines: CLK/MISO/MOSI/NSS lines, 8 bit, motorola frame, no crc, NSS done by hardware on both ends. Mas...
Posted on October 31, 2016 at 16:46Hi,I want STM32L476 to jump to User program located at 0x80004000 if button is not pressed. Please check the flow chart as below; 1. I would like to know how can I remap the Vector table to RAM?2. What RAM address ...
Posted on November 03, 2016 at 09:49Dear all,In need to implement SPDIFTX with a nucleo board. In want to rely on the SPDIFRX_Loopback example provided for the STM32F769I-Discovery, part of Cube_FW_F7 package.This example seems to implement exactly ...
Posted on June 27, 2016 at 22:53So I've spent two entire days trying to figure out why STM32CubeMX v4.15.1 would not generate my project properly (which had been working under v4.14). It would totally mess up an existing project, would not create t...
Posted on October 31, 2016 at 07:45In the conversion from the DiscoveryF4 board to the STM32F407G-DISC1 board, the pin settings for PA0 B1 (Blue PushButton) went away in Cube.Just create a new project and select the DISC1 from the board selector to ...
Posted on November 03, 2016 at 06:25I have an STM32F303 and I'm trying to connect 8 pins into an active bus to latch values via DMA. I need the pins to be high impedance inputs as soon as the device is powered, as it may be booted connected to an ac...
Posted on November 02, 2016 at 01:42 Hi all, I have system which reads file from SD card using SDIO and sends it via SAI interface SA1 channel A to DSP processor ADAU14 The problem is that when I read file data and try to send it to DSP proce...
Posted on October 28, 2016 at 10:48 Hey guys I am trying to interface sd card with stm32F4 but things are not working,code was developed using cubemx int main(void) { /* USER CODE BEGIN 1 */ /* USER CODE END 1 */ /* MCU Configuration...