User Activity

HiI'm currently using STM32H743 and I'm trying to Read Data in multiple GPIOx_IDR registerPreviously, I was using 16 bits and trying to change into 32 bits for IDR.When I debug, I could find correct data on SFRs -> Register -> GPIOA -> GPIO_IDR with ...
HiI'm trying out stm32h743 now, and try to make output signal from GPIO.I've set same frequency on F429 & H743 with same code. However, The the signal much slower(longer) in H743.F429 400nsH743 4000ns (well... my purpose is to shorten the l...
Hi​I'm currently using STM32H743 and would like to try out example codes from STM32Cube_FW_H7.​Desktop\STM32Cube_FW_H7_V1.8.0\Projects\STM32H743I-EVAL\Applications\LwIP\LwIP_UDP_Echo_Client​There were files in above directory.EWARMIncMDK-ARMSrcSW4STM...
HiI'm tying for ping test on Nucleo H743ZI2 with ETH(RMII) and LwIP.(I'm not using other Middlewares such as FATFS/FREERTOS/LIBJPEG)When I try ping test on cmd : ping 192.168.***.***, it work perfectly fine with STM32F4 series. However, it doesn't wo...
HiI'm trying to implement STM32 F429 code into STM32 H743.The previous code works fine, so I'm trying the code in STM32 H743 as well.I mimic most of settings, but failed to generate udp_echoclient.c file.Can somebody help me out with this?Thank you i...