KW41Z setting DC-DC voltage

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

KW41Z setting DC-DC voltage

跳至解决方案
1,797 次查看
mitchenerjosh
Contributor I

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

标记 (4)
0 项奖励
回复
1 解答
1,499 次查看
chris_brown
NXP Employee
NXP Employee

Hi mitchenerjosh‌,

I don't have an example of how to use the fsl_dcdc driver off hand, but we do discuss how to adjust the target voltage via direct register writes in this application note:  

https://www.nxp.com/docs/en/application-note/AN5025.pdf

Specifically this subject is covered in section 4.2.1 Target Voltage Adjustment. 

Please let me know if you have other questions or concerns. 

Regards,

Chris 

在原帖中查看解决方案

2 回复数
1,500 次查看
chris_brown
NXP Employee
NXP Employee

Hi mitchenerjosh‌,

I don't have an example of how to use the fsl_dcdc driver off hand, but we do discuss how to adjust the target voltage via direct register writes in this application note:  

https://www.nxp.com/docs/en/application-note/AN5025.pdf

Specifically this subject is covered in section 4.2.1 Target Voltage Adjustment. 

Please let me know if you have other questions or concerns. 

Regards,

Chris 

1,499 次查看
mitchenerjosh
Contributor I

Thanks,

After following the flowchart I was able to set the voltage.

0 项奖励
回复