Multiple USART (USART1 and USART6) on STM DISCO
Posted on November 04, 2015 at 15:39The 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, 2015 at 15:39The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on November 04, 2015 at 05:27Started using the Cube/HAL libraries and working with the F411RE demonstration with the Adafruit 1.8'' TFT shield. It has a SD card slot on it and uses it to load images onto the display. Not sure if ST doesn't ...
Posted on October 26, 2015 at 08:00Hi,We are running the STM32CubeL4 demo firmware on the STM32L4-Discovery board.We are trying to leverage the demo ''IddMeasurement'' module to assess power consumption with an external 8 MHz 3.3V square wave as HSE...
Posted on October 21, 2015 at 20:26Attempting to port an existing 8 pad rotary touch sensor application which currently uses an external IC for touch sensing. Existing tsl_linrot.c from STMTouch library only supports to 6 channel rotary. Specificall...
Posted on November 04, 2015 at 11:21The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on October 30, 2015 at 11:53Hi, I think the line 2577 of Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_rcc_ex.h should be: #define IS_RCC_PLLSAIP_VALUE(VALUE) ((VALUE) == RCC_PLLSAIP_DIV2) || (VALUE) == RCC_PLLSAIP_DIV4 || (VALUE) == RCC_PLL...
Posted on November 04, 2015 at 09:20Hi All,This is HM Yang who is SW engineer in WHANAM INC, in Korea.Currently, we use the ST32F429NI chipset for information ECU.Our product must be supported the 2-channel camera, and the camera input is analog sig...
Posted on November 04, 2015 at 00:34 Hi guys, STM32 newbie here :) I'm trying to get a simple project working with Nucleo STM32F302R8 board. I want to do full duplex SPI where the Nucleo is the master. Environment: I'm using theSTM32_Nucl...
Posted on November 02, 2015 at 16:12I have a very size- and power-constrained application for the STM32F7 series. It will not make use of USB peripherals. Is it possible to tie VDDUSB to GND and eliminate the recommended bypass caps to save space,...
Posted on November 02, 2015 at 21:11When using the Cube libraries and a baud rate above 260000 on USART1, the serial port needs to be connected to another device or looped back on itself or the code locks up when trying to transmit. If I lower the ...