User Activity

HI,I’m working on ETH and FreeRTOS on the STM32H745 Nucleo-144. I’ve read about various problems on this forum about using the ethernet as detailed belowhttps://community.st.com/s/question/0D53W00000rZ8ZvSAK/corrupted-eth-rx-buffer-in-stm32h7?t=16291...
I create a STM32CubeMx project (test.ioc) for a NUCLEO-H745ZI-Q board and select PPL3 to clock the ADC, but the function PeriphCommonClock_Config() is not generated unless I also clock the USB from PPL3 as well.After enabling a single ADC1 channel I ...
printf works on the STM32H747 M7 core once I add the following codeint _write(int file, char *ptr, int len) { int i =0; for ( i = 0 ; i < len; i++) { ITM_SendChar((*ptr++)); } return len; }and enable the "SWV" in the debug...
Hi,I've created a ioc for the NUCLEO-G474RE dev board to generate an interrupt for HRTIM_TIMER_INDEX_TIMER_A/C/D/E.The code is generated correctly except for TIMER_E where STM32CubeMX disables the interrupt by replacing HRTIM_TIM_IT_CMP3 with HRTIM_M...
I am trying to set up my NUCLEO-G474RE board to perform ADC regular scanning mode using DMA with 4 channels and also discontinuous injection with 2 channels as shown below.But when I run my code the injected channels always return zero or one, even i...
Kudos from