Part Number:LAUNCHXL-CC1310
Tool/software: Code Composer Studio
I was using the pinStandy example for the CC1310 launchpad to test the current consumption. However, after removing all the jumpers and measuring the current, it comes out to be ~7uA. When looking at the forums, the extra current is coming from the external flash.
I want to power down the external flash. I added the ExtFlash.c and ExtFlash.h into the project so that I can use the extFlashPowerDown function, but I get a build error.
Could anyone help?