STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 456 Views
  • 0 replies
  • 0 kudos

Question about looping a DMA transfer to the internal DAC

I have a question with regards to DMA. When I do transfer, do I have to re-transfer once I finished transferring my data to the DAC? I am trying to just have go through the same points over and over again, so it could be a time saver if i could do th...

Andrew C by Associate II
  • 1234 Views
  • 5 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
  • 999 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
  • 910 Views
  • 2 replies
  • 0 kudos

Capturing an Image from Camera Interface, saving it to Internal Memory and displaying it with a user defined button from Stemwin

Hello All,I am currently using STM32F746G-DISCO board for prototyping my smart home system application. I am using Stemwin for graphics. My application runs the camera on continuous mode on a rectangular window on top of a graphic window which has bu...

SLavi by Associate II
  • 400 Views
  • 0 replies
  • 0 kudos

Hello, guys! I have problem with STM32L0 ADC. I measure VrefInt voltage but the behaviour of the ADC is not stable - it reports corect values(4095) alongside with incorrect values (1950)?! Would you please help me.

Initialization:static void MX_ADC_Init(void){ ADC_ChannelConfTypeDef sConfig;  /**Configure the global features of the ADC (Clock, Resolution, Data Alignment and number of conversion)  */ hadc.Instance = ADC1; hadc.Init.OversamplingMode = DISABLE; ha...

LMehm by Associate II
  • 609 Views
  • 2 replies
  • 0 kudos