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.