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

Resolved! SPI 4-6 on STM32F767 Nucleo-144

I'm using STM32F767 Nucleo-144 and am trying to get the SPI 4,5 and 6 working. SPI1-3 work fine. On the Nucleo Board manual I don't find any reference to SPI4-6 at all. So it is possible that those SPI aren't working on the Nucleo Board for some reas...

JSchn.1 by Associate III
  • 2537 Views
  • 10 replies
  • 0 kudos

Cannot succesfully write to WWDG registers.

I'm using stm32f105VC. I have enabled the WWDG clock in RCC_APB1. I'm writing to WWDG registers.The problem is that WWDG doesn't start. The printed value is 0x7F - always the same. I've checked also registers by Truestudio - both CFR and CR always ha...

0690X00000DYY2VQAX.png 0690X00000DYY2kQAH.png
GKorb.1 by Associate
  • 388 Views
  • 0 replies
  • 0 kudos

Resolved! STM32G0 CAN bus availability

Hi,The STM32G0 seems like a nice lineup for Mainstream MCUs.For my product the specs would fit quite nicely, but I would need CAN bus support.In several Presentations it is mentioned that some will support CAN FD (up to 2 instances), but I have not ...

stratom by Associate III
  • 4384 Views
  • 7 replies
  • 0 kudos

stm32f302 ADC capture influences input signal

I'm testing stm32f302 ADC capture with DMA transfer, but get some strange issues.I set the ADC1 to capture single channel AIN2(PA1) in continuous and DMA mode at 72MHz and 1.5 sample cycles. Set the DAC1 output a fixed voltage of 2048 with VDDA = 3.3...

0690X00000DYVf0QAH.jpg 0690X00000DYVfKQAX.jpg 0690X00000DYVfUQAX.jpg
YDong.11 by Associate II
  • 1118 Views
  • 7 replies
  • 0 kudos

STM32L4+ power scheme design while working at 1.8v

Hello, I will use STM32L4R9AI in a battery powered design with PSRAM that powered at 1.8v and flash memory that can work at wider voltage range (in addition to DSI display, RTC, ADC, DAC, USB, I2C) so my power scheme is as following:MCU:VDD : 1.8vVDD...

Hard Fault when calling the HAL_TIM_Encoder_Start_DMA function on the STM32F103C8T6 microcontroller. Can I fix it?

 HAL_Init(); /* USER CODE BEGIN Init */ /* USER CODE END Init */ /* Configure the system clock */ SystemClock_Config(); /* USER CODE BEGIN SysInit */ /* USER CODE END SysInit */ /* Initialize all configured peripherals */ MX_GPIO_Init(); MX_DMA_Init(...

AndrewCh by Associate
  • 983 Views
  • 4 replies
  • 1 kudos