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.

AM2431: BissC module not working on PRG1_PRU0

Part Number: AM2431

Tool/software:

Hi, 

I am working on AM2431 ALV and trying to implement BissC encoder based on motro control sdk v9.2.0.09, with example bissc_diagnostic_signle_channel_am243x-lp.

A big difference is that pins is changed to PRG1_PRU0 for our board.

I tested the code on AM2431 ALV. The code is unchanged.

In function bissc_pruicss_load_run_fw, when program has finished function PRUICSS_enableCore,

-  for LP_AM243, PRG0_PRU1_GPO0 starts to output 1Mhz clk signal, originally high.

-  for AM2431 ALV, PRG1_PRU0_GPO0 changes to low from high.

My question is whether I need some more modifications. Is BiSSFirmware_0 only works in PRG0_PRU1?

Thansk in advance.