USART in SPI mode
Is it possible to configure the USART as SPI master, with SPI slave having 16 bit data frames (AD5592R) ?
Ask questions, find answers, and share insights on STM32 products and their technical features.
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...
Posted on April 05, 2018 at 12:22Hi,I'm trying make USB custom HID with stm32f302CB. I'm using Keil v5.23 and STM32CubeMX. The problem: PC just don't recognize the USB, when i running in debug mode i saw something strange. Just after calling HAL_PCD...
Hi everyone.I'm trying to setup TIM2_CH4 remapped as input capture, in order to detect rising edges on PB11.I'm working with HALs. And my code is next:First of all, for initialization: // APB2 (which is 64 MHz) at 8 MHz timer_cap_timhandle_.Inst...