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.

AM437x PRU Hands on Lab

Hello,

I'm following the LAB 1 in the PRU Training Hands-on-Lab (http://processors.wiki.ti.com/index.php/PRU_Training:_Hands-on_Labs#LAB_1:_Toggle_LED_with_PRU_GPO

 

The guide was made for the AM335x Beaglebone Black, and i'm trying to adapt to the AM437x. 

I keep getting the linking error:

error #10099-D: program will not fit into available memory.  run placement with alignment fails for section "C4_GROUP" size 0x11c page 1

I think it is related to the instruction 

CT_CFG.GPCFG0 = 0;


Because once I comment this instruction the program compiles successfully.

 

Does someone knows why is it happening, or a document where i can find my answer?

 

Thanks.