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! Bus fault in the below program

#include<stdio.h> #include<stdint.h> #define SCHED_STACK_START 20126976U void init_tasks_stack(void); void task1handler(void); void enable_processor_faults(void);   __attribute__((naked)) void init_scheduler_stack(uint32_t sched_top_of_stack);   int ...

Disha by Associate II
  • 659 Views
  • 2 replies
  • 1 kudos

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

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
  • 480 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
  • 1784 Views
  • 8 replies
  • 0 kudos