You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The target LPC4088 is compatible with LPC1788, and it is disponible in the library!
Dears, I have made a search and didn't find anything, because of it I will open this topic!
I have made a simple GUI for using the pyocd.
At first moment, I have made all the tests and development process using the target "lpc1768".
For now, it works when executed in python, and when generated the code by the pyinstaller!
The problem, for now, is with the target "lpc1788".
If I execute the code with the python 3.13, it works very fine, with none errors!
But;
If I create the executable with the pyinstaller, when executing it for writing the flash, it returns an error:
Error: Target type lpc1788 not recognized. Use 'pyocd list --targets' to see currently available target types. See https://pyocd.io/docs/target_support.html for how to install additional target support.
When executed the "pyocd list --targets", it returns the lpc1768 as the 1788 as well!
Someone could gimme a help on it?
I tried to put target='lpc1788' in the *.spec but no success!
Thanks in advance!
Sincerely;
The text was updated successfully, but these errors were encountered:
fabio-ric-silva
changed the title
pyinstaller and target lpc1788 problem!
pyinstaller and target lpc1788 problem, SOLVED!!!
Nov 7, 2024
The target LPC4088 is compatible with LPC1788, and it is disponible in the library!
Dears, I have made a search and didn't find anything, because of it I will open this topic!
I have made a simple GUI for using the pyocd.
At first moment, I have made all the tests and development process using the target "lpc1768".
For now, it works when executed in python, and when generated the code by the pyinstaller!
The problem, for now, is with the target "lpc1788".
If I execute the code with the python 3.13, it works very fine, with none errors!
But;
If I create the executable with the pyinstaller, when executing it for writing the flash, it returns an error:
Error: Target type lpc1788 not recognized. Use 'pyocd list --targets' to see currently available target types. See https://pyocd.io/docs/target_support.html for how to install additional target support.
When executed the "pyocd list --targets", it returns the lpc1768 as the 1788 as well!
Someone could gimme a help on it?
I tried to put target='lpc1788' in the *.spec but no success!
Thanks in advance!
Sincerely;
The text was updated successfully, but these errors were encountered: