Forum Discussion
15 Replies
- Altera_Forum
Honored Contributor
--- Quote Start --- Thank you sir. This point is clear to me. I want to discuss one more point with you. I want to configure this device with FPGA for general purpose use. When i run the Memory Test, its give the error, "Flash is not open". Please guide me how can i debug this issue. --- Quote End --- Try debug into library code and find out what exactly generates the error. I guess the Altera HAL driver doesn't support that specific device size; if you are lucky it's simply a matter of adding the device code to the list of supported ones. - Altera_Forum
Honored Contributor
Please tell me specific function where can i add the device add?
- Altera_Forum
Honored Contributor
That was only my guess and I don't know if it could be a solution.
As I said in my previous answer, first of all you must find out the reason why the driver can't open the flash device. Start the program with the debugger and step inside the alt_flash_open_dev function - Altera_Forum
Honored Contributor
What are the possible reasons, so i can sort out them one by one.
- Altera_Forum
Honored Contributor
Please help me in finding this fault.