STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SWD Pins on STM32L476RG

Instead of using JTAG, I would like to enable SWD programming (via STLink) for a custom STM32L476RG board that I am designing. Which pins of the MCU correspond to the 5 SWD pins normally found on boards like Nucleo and Sensortile? I probably found ou...

SSaha.1 by Associate III
  • 662 Views
  • 2 replies
  • 0 kudos

Read Analog Sensor Values STM32

Hello, i am making a project on a stm32 (STM32F767ZI) development board, and i need to read analog voltage from 9 sensors. I have been reading the datasheet to see if is there a ADC mode that can make the process faster and more optimized. The most b...

LConc.1 by Associate
  • 736 Views
  • 2 replies
  • 1 kudos

Canbus Transmission and Receiving Problem

I have a project which is include Stm32f4 and CAN Trasceiver and I also using CAN Analysing to analyse the line. And I also have 120 Ohm.When I configure CAN1 and try to send CANBUS data with canheader.DLC = 8; canheader.IDE = CAN_ID_STD; canhead...

DCtech by Associate II
  • 471 Views
  • 3 replies
  • 0 kudos

how to terminate I2C master-receive transaction?

target CPU: STM32F427IGI set up STM32F427IG as master receiver via DMA. I wait on "DMA_GetFlagStatus(I2Cx_DMA_STREAM_RX, I2Cx_RX_DMA_TCFLAG" to figure out if I received what was sent.After running for 20 minutes or so, I2Cx_RX_DMA_TCFLAG flag does n...

Csen.1 by Associate II
  • 931 Views
  • 3 replies
  • 0 kudos

ADC conversion stops working with timer interrupt

Hi, I am new on mcus and STM32 board. Now I am stuck on a test project. I have a STM32F56ZG nucleo board and want to sample values from 4 ADC inputs; process them and then output the result on DAC channel 1. I am using DMA triggered by timer 6. The...

AMaub by Associate II
  • 874 Views
  • 4 replies
  • 0 kudos