STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! 8bit data transfer on a SPI's 32bit DR register

Using STM32F767 Nucleo board and STMCubeIDE I am trying to transmit SPI data with data size of 8bit per transaction while I have setup my SPI2 in Full Duplex mode.Problem is that although I am able to transmit from MCU and receive on slave side the d...

A Maq by Senior
  • 1854 Views
  • 2 replies
  • 0 kudos

Problems using ST-GDB Server on Linux Mint

I have the newest Version of ST/Atollic TrueStudio installed on my Linux Mint Machine. Operating System: Linux Mint 19 Kernel: Linux 4.15.0-20-generic Architecture: x86-64When Itry to upload my Code I get the following error:STMicr...

PWass by Associate
  • 747 Views
  • 1 replies
  • 0 kudos

H743 Memory statistics

Greetings,Working with the ssl client example on a STM32H743, I need to monitor the memory usage.With uVision MDK5, wondering how to monitor the memory usage stats.Any thoughts/suggestions ?Thanks,Manu

DMA and USART error during transmission

Hello,Here is my DMA and USART configuration:(BaudRate=2250000)DMA_InitTypeDef DMA_InitStructure; NVIC_InitTypeDef NVIC_InitStructure; RCC_AHBPeriphClockCmd(RCC_AHBPeriph_DMA1, ENABLE); NVIC_PriorityGroupConfig(NVIC_PriorityGroup_2); NVIC_In...

JJohn.3 by Associate II
  • 428 Views
  • 2 replies
  • 0 kudos

About Starting ADC

Hello.​I am using the STM32L4 series.I want to send the ADC converted sensor value to the PC via UART communication.​I started ADC in /* USER CODE BEGIN 2 */ zone of "main.c" output from CubeIDE, but it failed.When the start instruction is given twic...

Mmee by Associate II
  • 1597 Views
  • 8 replies
  • 0 kudos