Hello there,
We are trying to develop a custom board with the IMXRT1050 mcu, for that we followed the webinar training Creating a Custom Board SDK and Migrating Code Between Boards | NXP. Everything worked perfectly and now we are trying to add new examples to the Board SDK. In order to achieve that, we have to configure the Flash and RAM configuration of the board and then the problems started.
We have a similar flash configuration with the Evaluation Board, so when we added the HyperFlash driver and try to add a new example we receive a JavaNullPointer exception.
If we remove the BOARD_FLASH line the NullPointer exception disappered when we include a new example. When we added the BOARD_FLASH line the Board SDK added a linked file to this driver, we removed this linked file and added the original file without any success.
Anyone faced the same problem and could solved it? There is really few documentation of this topics and we don´t know how to continue.
Thank you everyone for the help.
已解决! 转到解答。
Hi Miguel,
Thanks for reporting the problem.
The fix for this topic will be available in the next build - MCUXpresso IDE 11.2.1.
Greetings,
MCUXpresso IDE Support
Would you please send us .log file from your workspace? That should give us some indications about the NPE. Alternatively, we now have an easier way to export data for diagnostics and send it to us - see screenshot.
Meanwhile, we'll see if we can reproduce the described behavior.
Greetings,
MCUXpresso IDE Support
Hi,
Thank you for the support.
I attach the project that I'm trying to add as example and the custom board SDK as "Support_Project_and_custom_SDK.zip". Also, in another zip, there is the log support generated by MCUXpresso as "2020070301231_SupportInfo.zip".
Regards,
Miguel