STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Create external signal with clock 100 Mhz in STM32H745

Hi all, I have already searched on the forms and in general did not find an answer to my problem, I will be very grateful to you for help.I need to create an output signal with a frequency of 100 Mhz as CLK in  STM32H745. I used the Discovery Boards ...

img_1.bmp img_1.bmp
Ronil by Associate
  • 377 Views
  • 20 replies
  • 8 kudos

STM32G4 DMA triggers

stm32g474ve , dma can be triggered using external interrupts, but dma cannot be triggered using software.  In theory, both external interrupts and software interrupts should trigger events. At the same time, I have verified that stm32h750 is OK. So ...

Pangzi_0-1724392408483.png
Pangzi by Associate
  • 78 Views
  • 1 replies
  • 0 kudos

Resolved! I have a problem with the interrupt callback. The interrupt event is correctly detected but when the code enter into the callback function it excecute just the first line of the code wrot between the curly brackets.

void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin){ if(GPIO_Pin == LVMS_DETECT_Pin) { HAL_GPIO_WritePin(AMS_LED_GPIO_Port, AMS_LED_Pin, GPIO_PIN_SET); HAL_Delay(2000); HAL_GPIO_WritePin(AMS_LED_GPIO_Port, AMS_LED_Pin, GPIO_PIN_RESET); }}When the trigg...

GMart.7 by Associate II
  • 2312 Views
  • 10 replies
  • 0 kudos

STM32 with FlexIO or PIO?

Dear STM team,do you consider to add "Programmable IO" (PIO, as in RP2350) or FlexIO (as in NXP MCUs) to your chips?It would be really cool: often I need interfaces on MCU which are not available as a peripheral devices, such as: MDIO (Master), JTAG ...

Resolved! GPIO Alternate Mode Pull Up & Pull Down Function

I tried to solve the questions that occurred during the development of STM32 L4 Series through Googling, but I couldn't find anything related, so I'm leaving a post. I understand that even if the built-in Pull Up or Pull Down circuit is enabled, ther...

Odoong_0-1723439657092.png
Odoong by Associate
  • 210 Views
  • 3 replies
  • 4 kudos

Resolved! STM32G0B0 writing to PD1 affects PD0

I am running into an issue with the STM32G0B0 MCU: Writing to PD1 seems to result in the opposite value being somehow applied to PD0, even though PD0 is set to input.Effectively, I created a new project in STM32CubeIDE, configured PD0 & PD2 as GPIO_I...

LukasLang_0-1721313010010.png

Triggering I2C in DMA mode using an external signal

Hi,I recently bought a Nucleo-H753ZI to test out some of my algorithms that will benefit from the extra compute power. However, I still need to interface with external sensors to read data from it at a very high rate (1kHz). The sensor in question is...

Labels