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! WWDG_IRQHandler called after a blx instruction

Hi all,I'm trying to use a version of the elua interpreter on a stm32f446re nucleo board.I've encountered a problem, the program is jumping on an infinite loop after entering a couple of functions of the interpreter. The system is blocking in an WWDG...

NoeMurr by Associate II
  • 1568 Views
  • 3 replies
  • 0 kudos

stm32h725 injected ADC with timer 8

Hey all, I'm trying to trigger an ADC interrupt with timer 3 on the regular channel and timer 8 on an injected channel for both ADC 1 and 2 on the STM32H725, However, It seems like I'm only ever able to trigger the regular channel interrupt with time...

ACipr.1 by Associate
  • 590 Views
  • 0 replies
  • 1 kudos

Trouble with FDCAN

Hello, I built a small CAN network using CAN 2.0 transceivers. I wanted to add some FDCAN devices using classic mode. However, I seem to be having trouble just talking to the transceivers. For instance, I have an STM32L432 (Attached to a Nucleo). ...

Is the MCU STM32H743IIT6 can enable 35 GPIOs at the same time?

Hi,I have designed a STM32H743IIT6 based board for controlling 35 optocouplers(4N35). These optocouplers should work at the same time(worst case). Each optocoupler will take nearly 10mA current. But I have seen in the datasheet as "Total output curre...

0693W00000NpcaBQAR.jpg
EMJ.1 by Associate
  • 553 Views
  • 2 replies
  • 0 kudos

STM32 for high resolution delays

Is it possible to use a STM32 for something like the following:Take in a pulse, interrupting on a edge.Use this edge to generate multiple (5 or so) output pulses (only the positive edge timing needs tightly controlled timing). The output pulses might...

How to increase GPIO on any STM32 MCU?

I want to design PLC using STM32 MCU so for that I need to extend its GPIO pins how can i do this?Adding another MCU or shift registers any other ideas?Main cpu having MCU and another io modules added is communicate with ​main cpu using protocol like...

Resolved! STM32L0 multi-channel ADC reading has DMA problem

I am trying to read 2 channel ADC with STM32L011F4.My ADC and DMA settings in cubemx are as follows my problem is that the DMA only returns the low 8 bit of the last channel.uint16_t ADC_Reads[2] = {0};   while (1) { HAL_ADC_Start_DMA(&hadc,(uint...

0693W00000NpJS3QAN.png 0693W00000NpJSIQA3.png 0693W00000NpJW0QAN.png