PULP Community

Full Version: Issue with running the hwme example on pulpissimo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 !
Hello,

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

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

Any help ?