STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

DMA and Direct Mode

Posted on August 07, 2013 at 21:21 I'm confused about the FIFO error flag (FEIF) when I set up DMA for direct mode transfers. As I understand it, in direct mode the FIFO is disabled. But for some reason, if I enable the FE interrupt in the DMA_S...

andprice by Associate II
  • 2602 Views
  • 7 replies
  • 1 kudos

Resolved! STM32L412K8 Exposed Pad question

Hi!I'm an EE designing a PCB. Referencing the datasheet: https://www.st.com/resource/en/datasheet/stm32l412k8.pdfSection 7.4 on page 178, UFQFPN48, the Exposed Pad (EP) says that it should be connected to GND.Section 7.6 on page 184, UFQFPN32 (the ch...

EngPete by Associate
  • 1178 Views
  • 3 replies
  • 3 kudos

STM32H563 FDCAN system bootloader

Hi,i'm trying to upload my firmware with FDCAN system bootloader in STM32H563.As this article(https://community.st.com/t5/stm32cubeprogrammer-mcus/fdcan-programming-support/td-p/199854) says that ST link debugger and STM32 cube programmer don't suppo...

Hoon by Associate
  • 908 Views
  • 1 replies
  • 0 kudos

More than one DSMPS on one MCU

I have developed a custom controller that uses the STM32G474RE to regulate the output voltage of two power supplies.I am now developing the code to implement a peak-current mode controller for each of the two power supplies.  Is there a way that I ca...

Resolved! ADC error

I have connected 100k NTC  with 100K PU resistance. ADC is measuring voltage on NTC is 1580 mV. While multimeter shows 1410 mV. 1410mV is correct number as it gives 32 degC  temperature.I am using ADC in polling mode. I added HAL_ADCEx_Calibration_St...

Nico3 by Senior
  • 5404 Views
  • 6 replies
  • 6 kudos

two independent CAN

HI,I'm working with a micro from the H7 family (H723).I have to implement CAN communication on two distinct peripherals (FDCAN1 and FDCAN2) in interrupt mode but the system doesn't work.Below are the settings I use in my project: void MX_FDCAN2_Init(...

UVagl.1 by Associate II
  • 756 Views
  • 2 replies
  • 2 kudos

Firmware

Hii everyone!We are working on CAN , and MCU is stm32f103When we are taking output on blue-pill Tx and Rx pin Data is comingBut when are are doing same on custom board data is not showing ,we are uploading same firmware and clock configuration is als...