ibex-demo-system icon indicating copy to clipboard operation
ibex-demo-system copied to clipboard

Unable to load a application if the size is bigger than a certain value (Boolean Board)

Open Prathmesh-shalu141 opened this issue 6 months ago • 3 comments
trafficstars

If my program size is greater than 9408 bytes, it's not working. Please check the screenshot shot attached below.

Image

Prathmesh-shalu141 avatar Apr 22 '25 07:04 Prathmesh-shalu141

I've seen the "No working memory available" error before but it looks like the program is verified after being programmed, so I think this might have succeeded. Can you actually connect GDB and see what it's doing?

marnovandermaas avatar Apr 22 '25 10:04 marnovandermaas

can you please explain it in details so that i will proceed further.

Prathmesh-shalu141 avatar Apr 24 '25 08:04 Prathmesh-shalu141

Here's how you can connect GDB: https://github.com/lowRISC/ibex-demo-system?tab=readme-ov-file#debugging-an-application

What you need to do to debug depends on what your program does. I would make your program blink an LED to check whether the programming was successful or not.

marnovandermaas avatar Apr 24 '25 13:04 marnovandermaas