Hi @ravo
Yes, CubeIDE projects are made to be debugged directly in Engineering mode by plugging a stlink usb cable,
I use the bug button to enter debug:
Rebuild and run DDR_Init example to initialize the DDR memory
It means you need to run the ...
Dear @ravo
I do not reproduce this error at my end in running this particular example after following the readme file.
This typical error msg usually indicates that
1- you haven't run the DDR init example prior running the NX_webserver project
...
Hi @fudaguo This was my config with two MP15 boards, assume_two_step 0 or 1 doesn't make any difference. You may increase the neighborPropDelayThresh if there is a sync issue.gPTP.cfg:
[global]
slaveOnly 0
gmCapable 1
priority1 248
...
Hi @fudaguo The STM32MP151 GMAC IP supports the One-step PTP, however the stmmac synopsys kernel driver doesn't support it. (only second-step PTP supported).Some tries have been done with 2 STM32MP157-DK board, ptp4l, adding twoStepFlag 0 in the gP...