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.
[DllImport("C2000-Gang.dll", EntryPoint = "C2000GANG_Interactive_WriteWords_to_FLASH", ExactSpelling = false, CallingConvention = CallingConvention.StdCall)]
public static unsafe extern Int32 Interactive_WriteWords_to_FLASH( Int32 addr, Int32 size, Int16* data);
When C# calls this function, how does the int16* data parameter come from?
C2000 Gang programmer is 3rd party tool from Elprotronic.
Please contact Elprotronic using support@elprotronic.com
https://www.elprotronic.com/supportFlow?execution=e1s1
Regards,
Manoj