STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

CubeMX 4.19 LwIP build broken

Posted on February 16, 2017 at 13:14arm-none-eabi-gcc -mcpu=cortex-m7 -mthumb -mfloat-abi=hard -mfpu=fpv5-d16 -D__weak='__attribute__((weak))' -D__packed='__attribute__((__packed__))' -DUSE_HAL_DRIVER -DSTM32F769xx -I'/Users/john/src/stm32/stm32f7xx...

3-Wire and 4-Wire SPI interface

Hello,I have to use STM32F030C6 controller. it has only one SPI interface.in my project i want to connect external flash memory and TFT DISPLAY both on single SPI with controller.problem is TFT display is 3-wire SPI interface & flash memory is 4-wire...

SPraj.15 by Associate II
  • 1609 Views
  • 1 replies
  • 0 kudos

3 AND 4-Wire SPI interface on STM32F030

Hello,I have to use STM32F030C6 controller. it has only one SPI interface.in my project i want to connect external flash memory and TFT DISPLAY both on single SPI with controller.problem is TFT display is 3-wire SPI interface & flash memory is 4-wire...

SPraj.15 by Associate II
  • 381 Views
  • 0 replies
  • 0 kudos

Why is my CubeMx created USART not running?

Hi Guys,I created a Keil5 project with CubeMX. In this project, i only created a USART (USART1) periphery application. So simple as that. BUT: My usart seams not to run. I enabled it by "HAL_USART_ENABLE_IT" in the setup and call the "HAL_USART_RECEI...

NGros by Associate III
  • 810 Views
  • 3 replies
  • 0 kudos

Can TIM one pulse mode support two channels?

Hi, I try to use STM32 timer with one pulse mode and two output compare channels. I use cubeMX initialize the code, but now I have question abut how to enable two channels OC?HAL library provide function HAL_TIM_OnePulse_Start(), which only have one...

jeffz by Associate II
  • 807 Views
  • 2 replies
  • 0 kudos