I have an application where an ftdi chip for USB is powered by the on board dc to dc converter in the KW41Z (specifically I am using a rigado Bluetooth module). I was able to set the voltage when I am running FreeRTOS using the DCDC.h from the sdk framework, but my current applications cannot use an OS so I need to be able to set up the output of the dc to dc converter using the fsl_dcdc driver.
I am having no luck with this. Does anyone know to use this driver or have any example code that uses it? Is it possible to just write directly to the register?
Any help would be appreciated.
#KW41Z #DCDC #fsl_dcdc #rigado