This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM335x StarterWare Graphics

Other Parts Discussed in Thread: AM3358, SYSBIOS

Does the Graphics library in the AM335x StarterWare package use the chip's graphics accelerator?

If not, is there an OpenVG library for that hardware which can be used with SYS/BIOS or a bare metal application?

Gerry Belanger

  • Gerald,

                 The Graphics library in the AM335x StarterWare package is NOT using the graphics accelerator.

                 Also there is no OpenVG lib for the HW.

    Regards

    Baskaran

  • Hello Bhaskaran

    I have started  with Starterware on CCSv5 and i am using  BeagleBone-AM3358 as target with on-board JTAG XDS100v2.

    I am trying to test  GPIO on target and for that i found gpioLEDBlink.c  in beaglebone sub-directory of Starterware.

    I succeeded with building gpioLEDBlink.c in CCSv5 after resolving few undefined-symbol build errors by adding gpio.c to my project but after loading my code on AM3358 when i am hitting resume the below error is appearing on cosole.


    ti.sysbios.family.arm.exc.Exception: line 176: E_dataAbort: pc = 0x800043f4, lr = 0x80006de0.
    xdc.runtime.Error.raise: terminating execution

    And i am sure it is crossing the main function of the project.

    and its failing at gpio.c.

    Any information on this please share.


    Thanks