Hi Roland,
I have the same problem on my FRDMK64F platform. Error codes on the terminal are the same, and I don't now how to run this PTP. I had to change value of BSPCFG_ENABLE_FLASHX to 1 in my code. Have you any idea what should be wrong?
Best regards,
Marek
PS. Try to paste this code to project mqx1588_frdmk64f, folder MQX1588 Source/GOE, file GOE_ipv6.c:
const struct in6_addr in6addr_any;
This struct is used in function GOE_IpV6_Init. After this IPV6 should work fine.
Hi Vojtech,
please go to folowing link
then Download tab > MQX RTOS v4.2 releases and patches
You may need to Login and accept agreements. Here you will find
Software patch: Freescale MQX RTOS 4.2.0 IEEE1588 - Freescale MQX RTOS 4.2.0 IEEE1588.exe
I hope you find this useful.
Best regards,
Carlos
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi,
I have attached some pictures about the errors. I disabled Ipv6 then the project was built successfully, but the result was error when tried to initalize the PTP.
Thanks Carlos,
MQX is new for me and I have to find more time to study it in future.
I tried to create simple project with ksdk 1.3 and processor expert with ENET_Init component. I made this changes in component: enable ethernet, clock gate and IEEE1588 timer with timer preset( period and increment value). In debug mode all registers were ok except register ENET_ATCR. It's value was 0x00 all the time even when I write to this register 0x01 --timer starts incementing-- it has no effect- still 0x00.
Any idea what should be wrong?