Hello
I use MCUXpresso IDE to programm a microcontroller (Thingstream starterkit - MKL27Z4 with LPC2 programmer). I created a new project (I take an exemple project so there is no mistake in it). Building the project and debugging works well but when I try to run the code, I have this error in the console : java.io.FileNotFoundException: C:\ProgramData\MCUXpressoIDE_11.2.1_4149\ide (Access denied)
I already check the target file to be sure that it is accessible - it is accessible for reading and writing for all users (I am on Windows 10)
Can you help me ? Thank you