Unfortunately i wont be able to directly send a zip file but I can give you information about my project. My enabled driver are RTI,GIO, SCI and HET1. In pinmux mux option 1 is activated for N2 and W3. SCI baudrate 230400 1stop bit. My PLL is configured at 160 MHZ. In my source file i only do the previously gived configuration for the 3 messages that are uint8 MSG1[15] = {0xD6,0x81,0x0F,0x57,0x02,0x03,0x04,0x05,0x06,0x07,0x08,0x09,0x0A,0x0B,0x0E}; uint8 MSG2[14] = {0xB7,0x60,0x0F,0x67,0x02,0x03,0x04,0x05,0x06,0x07,0x08,0x09,0x0A,0x0B}; uint8 MSG3[13] = {0xC6,0x56,0x0F,0x77,0x02,0x03,0x04,0x05,0x06,0x07,0x08,0x09,0x0A}; and in my while loop i just use the dmaSetChEnable function for the 3 channels with delay between calling each function. Is this enough for you to replicate the project and see if you have the same problem on your side? I can try to give more information if needed. Thank your for your help.
↧