Resolved! STM32L ADC in Dual Regular Simultaneous Mode
Posted on November 04, 2016 at 05:47The original post was too long to process during our migration. Please click on the attachment to read the original post.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on November 04, 2016 at 05:47The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on October 26, 2012 at 23:50I trying to use DCMI Interface connected to external video decoder IC ''TVP5150''. DCMI Interface is configured in Snapshot mode (single frame) and to use embedded data synchronization codes (ITU656) in ''Mode 1'' ...
Posted on October 24, 2016 at 03:17 I'm working with STM32L476 trying to get a microSD card to communicate. Initially I'm sure I was getting a response, but now when I send CMD8 the chip does not see a respons from the card (SD_CMD_RSP_TIMEOUT)....
Posted on November 16, 2016 at 08:58Hi,i'm using the STM32f4_discovery.Is there a way to include version number/Varible that i can read its value/string,when just viewing the file.maybe an executable that reads the hex file and locate the variable ?...
Posted on September 19, 2016 at 15:29if one use sdmmc DMA for Tx AND Rx it will hang in HAL_SD_WriteBlocks_DMA or in HAL_SD_ReadBlocks_DMA in the modul stm32l4xx_hal_sd.c The reason is the DMA is enable in the first call of one of the routines and i...
Posted on January 12, 2017 at 15:27HelloI am trying to get SPI working on stm32vldiscovery.In my project I am using STM32 Peripheral Library (SPL), not HAL.For now I am trying to make SPI1 send data to SPI2, SPI2 echoes everything back to SPI1, and ...
Posted on January 13, 2017 at 02:14I am using lcd segment in my design. Before soldering LCD module, I am able to program my stm32l0476. But after soldering the LCD module, I am not able to do programming. Only dependency is TRACESWO (PA15 & lcd SEG...
Posted on January 12, 2017 at 19:25I should not have to edit a conf file to build an example specific to the hardware, but okbug #1Building file: /Users/john/STM32Cube/Repository/STM32Cube_FW_F7_V1.5.1/Utilities/Log/lcd_log.c Invoking: MCU GCC Compi...
Posted on January 12, 2017 at 16:35Hello!I have a question about STM32F429-Disco evaluation board. As I see, LD3985 is used to supply the power to all on-board units (MCU, LCD, MEMS, SDRAM and others). But as it is written in LD3985 datasheet, it c...
Posted on January 12, 2017 at 00:31On GPIOG, bits 0 and 1 control a pair of LEDs through external drivers. GPIO_ToggleBits() will set or clear the bits and GPIO_SetBits() will set the bits. However, GPIO_ResetBits() will not clear the bits, nor will...