Can I create multiple EMUL UART in STM32F407 controller using stsw-stm32156
One of my project I need 3# EMUL UART - I created 13 and it is working, if I try another 2 it is not working. pls let me know the procedure to add more UART
Ask questions, find answers, and share insights on STM32 products and their technical features.
One of my project I need 3# EMUL UART - I created 13 and it is working, if I try another 2 it is not working. pls let me know the procedure to add more UART
For example, to have the first few bytes of a single SPI transaction come from / go to a particular location, with subsequent bytes coming from / going to another location.
Is it possible to configure the USART as SPI master, with SPI slave having 16 bit data frames (AD5592R) ?
Hi. I'm using an MPU (6050), an encoder (AS5048A) and STM32F103. For the MPU I am using the I2C protocol, for the encoder (works through the pwm) the Timer2 and its interruption are used. The I2C only works if no encoder readings are being made. Is t...
Posted on November 01, 2017 at 20:39CubeMX 4.23. Board nucleo-f429zi and STM32CubeF4 is of v1.17.0Compiling with makefile arm-gcc-none-eabi version: 5.3 2016q1 All is done on linuxI just noticed another thing,Completely freshly generated make...
STM32F446ZET6 FMC: Are FMC_NCE3 and FMC_NE2 signals connected to only one PIN PG9? Or that is documentation bag?
Posted on September 21, 2017 at 13:00 Hello, I'm trying to wake up from STOP mode using LPTIMer on STM32L LPTIM is clocked by LSE(32K) used as a simple upcounter, and I'm using both ARR and CMP Interrupts from LPTIM, so corresponding bits a...
Hi. I want to write a dummy file in sdcard. I am done with the code but I would like to know which of the flags I need to turn on and which header files I need to include in the firmware code to enable the sdcard mode of MCU on for Input Output opera...
Hi,how can I get the maximal data transfer rate for my UART TX and RX Pins communicating with other devices?
Hello, I have some TFT screens with SSD1963 (4.3 - 5 - 7 inch)I'm using them with stemwin and stm32f407 board. All is working but 4.3 and 5 inch become white screen after a while (time is random). 7inch is working perfect. Firstly I made FSMC setting...