Amogh Lonkar
06/26/2021, 8:52 PM//start test
reg_mprj_datal = 0x00000001
// Do stuff
//End test
reg_mprj_datal = 0x00000000
When I look at the waveform for that code, once all the pins are set and the program is loaded, the 0-th bit will be 0, but if I comment out the last line, it will be 1. This seems like the register is being overwritten. If I use two separate pins for start and end, I can see that the timestamp of when it sees each bit after the wait statement is the same. Is there some way to add delays or prevent this overwriting, so that I can write to the reg_la_data registers? I was more or less modifying the two given la tests to send data over the interfaceMatthew Guthaus
06/27/2021, 12:48 AMMatthew Guthaus
06/27/2021, 12:49 AMTim Edwards
06/27/2021, 2:15 AMMatthew Guthaus
06/27/2021, 2:36 AMTim Edwards
06/27/2021, 2:36 AMMatthew Guthaus
06/27/2021, 2:38 AMMatthew Guthaus
06/27/2021, 2:38 AMMatt Venn
06/27/2021, 7:14 AMMatt Venn
06/27/2021, 9:32 AMMatt Venn
06/27/2021, 9:32 AMMatt Venn
06/27/2021, 9:32 AMMatt Venn
06/27/2021, 9:33 AMMatt Venn
06/27/2021, 9:33 AMMatt Venn
06/27/2021, 9:34 AMMatt Venn
06/27/2021, 9:48 AMMatt Venn
06/27/2021, 9:48 AMMatt Venn
06/27/2021, 9:48 AMMatt Venn
06/27/2021, 9:50 AMMatt Venn
06/27/2021, 9:50 AMMatthew Guthaus
06/27/2021, 2:28 PMMatthew Guthaus
06/27/2021, 2:28 PMMatthew Guthaus
06/27/2021, 2:33 PMMatthew Guthaus
06/27/2021, 2:39 PMTim Edwards
06/27/2021, 2:44 PMTim Edwards
06/27/2021, 2:46 PMMatthew Guthaus
06/27/2021, 2:51 PMTim Edwards
06/27/2021, 2:53 PMTim Edwards
06/27/2021, 2:55 PMMatt Venn
06/27/2021, 3:05 PMMatt Venn
06/27/2021, 3:24 PMAmogh Lonkar
06/27/2021, 3:24 PMAmogh Lonkar
06/27/2021, 3:24 PM