after importing an SDK(version 2.7.0 for the kintis K64) in the mcuxpresso ide i get the error unable to find the manifest fil in the sdk zip and that the file is invalid And i got the sdk from the SDK builder site.
Does anyone know what I did wrong?
Thank you in advance and with best regards Ben
Hi Ben:
Which IDE you are using?
SDK 2.7 should work with MCUXpresso IDE 11, please download the latest IDE from
MCUXpresso IDE|Eclipse-based Integrated Development Environment (IDE) | NXP
Regards
Daniel
Thank you verry mutch !
I was using the old ide and that must be the reason it didn't work. Also a second question.Is there an easy way of toggling a pin I asume using the GPIO_Porttoggle command but how do i use it ?
thank you in advance and with best regards Ben
Hi Ben:
There is one GPIO example project demonstrates how to toggle a GPIO pin
Please refer to demo drivers/gpio/led_output
The example is supported by the set, clear, and toggle write-only registers for each port output data register. The
example take turns to shine the LED.
Regards
Daniel