Dear all,
I developed a software that use USB0 Virtual COM communication using peripherarls configurator.
Now I would like to know the number of received data from USB port.
So I added the following routine
uint32_t dataSize()
{
return s_recvSize;
}
because s_recvSize is static.
Unfortunately every time I add a new peripheral to the code the tool rewrite all generated files so the added routine (dataSIze) desappears from the project.
Did you have a similar problem ?
How did you fixed it ?
Thank you very much for your help and cooperation
best regards,
How did you fixed it ?
Thank you very much for your help and cooperation
best regards,