PULP Community
Issue with running the hwme example on pulpissimo - Printable Version

+- PULP Community (https://pulp-platform.org/community)
+-- Forum: PULP's Community forum (https://pulp-platform.org/community/forumdisplay.php?fid=1)
+--- Forum: PULP General questions (https://pulp-platform.org/community/forumdisplay.php?fid=2)
+--- Thread: Issue with running the hwme example on pulpissimo (/showthread.php?tid=109)



Issue with running the hwme example on pulpissimo - AhmedZaky - 07-18-2019

Hey, 


I am facing an issue with running the hwme example on pulpissimo both in bare metal code and FPGA. I had an earlier versions of RTL, SDK and I managed to run the example successfully on the platform. Now the code never reach the end of the code and print the number of errors. 

Are you aware with such a problem, what could be the source of this error ? I thinks there is a problem in plp_hwme_enable() function, it never passes this line. 

Thanks for your support !


RE: Issue with running the hwme example on pulpissimo - naprpo - 08-13-2019

Hello,

Here is the info if you are still facing the problem.
https://github.com/pulp-platform/pulpissimo/issues/69

Regards,
naprpo


RE: Issue with running the hwme example on pulpissimo - AhmedZaky - 08-19-2019

On the FPGA, the code stalls at this line " while((offload_id_tmp = hwme_acquire_job()) < 0);"

Any help ?