Hello,
are the BF2DGL usable with BF518F processor also?
In the documentation, the BF51x family are not included but I would to test the LCD EZ-EXTENDER with BF518F EZ Board.
Thank you very much
Maurizio
Hello,
are the BF2DGL usable with BF518F processor also?
In the documentation, the BF51x family are not included but I would to test the LCD EZ-EXTENDER with BF518F EZ Board.
Thank you very much
Maurizio
Hi Maurizio,
This question is probably better answered in the Software Modules forum. I have moved the discussion there.
Regards,
Wassim
We do not have a demo code for BF518. We have not tested our library on BF518. But the graphics library (dlb compiled for BF533 & BF527)can be used for BF518. Please note that the memory map is different for BF518, so you will have to make the necessary changes in the ldf. The cplb table should be edited accordingly.
Thanks,
Ratheesh.
Thank you for your reply, Ratheesh,
how can I find some example to change in the right way these file accordling with BF2DGL rules?
Thanks again and best regards
Maurizio
Hi,
There is an example project in VDSP installation directory, "<VDSP_INSTALL_PATH>\Blackfin\Examples\Landscape LCD EZ-EXTENDER\LCD_ColorBarDisplay\ADSP-BF518" which showcases the color bar display on LCD. You can use this project as your staring point. Once you get it up and running, you can include the BF2DGL library to this project, edit the ldf to include the graphics lib section as per the product reference guide which comes with the graphics package and then use the "Step-by-step Guide" section of product reference guide to initialize and use the graphics APIs. You can go through the demo_application.c of graphics package for your reference.
Regards,
Himanshu
Thank you very much
Maurizio