Any resources on using low power modes on Kintetis MKL24 with MQX Lite and PE drivers?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Any resources on using low power modes on Kintetis MKL24 with MQX Lite and PE drivers?

1,296件の閲覧回数
mroczeks
Contributor IV

Hi, I am trying to use low power modes in my Kinetis MKL24 MQX-Lite based application. I am specially interested  in using ProcessorExpert drivers to do that.

I have looked for many resources (application notes, reference manuals, user guides) but found only information how to use low power with MQX (not MQX Lite) and without PE drivers :smileysad:

In MQX-Lite api visible in ProcessorExpert driver I cannot find any _lpm... functions.

Please advise on any resources...

タグ(2)
0 件の賞賛
返信
2 返答(返信)

990件の閲覧回数
Petr_H
NXP Employee
NXP Employee

Hi,

There are some useful tips and information related to KL25 FRDM board at MCU on Eclipse blog: Tutorial: Using the FRDM-KL25Z as Low Power Board | MCU on Eclipse

Could you write more details what does you application do? (e.g. if you use adc, dac, communcation etc..) What would you like to achieve? What hardware are you using?

best regards

Petr Hradsky

Processor Expert Support Team

0 件の賞賛
返信

990件の閲覧回数
mroczeks
Contributor IV

I know MCU on Eclipse blog but that particular article does not hanlde with MQX Lite RTOS.

I use MKL24Z64VFM4 MCU. It communicates with several sensor chips over common I2C bus.

It also communicates over USB port (I use Freescale's USB Stack CDC driver).

To be able to run USB I need to have FLL or PLL enabled and Core clock set to at least 20MHz.

This is making my device consuming too much current.

I am thinking about making two clock configurations in ProcessorExpert and use one for USB communication and the other for low power operation.

I am not sure if my application will be able to detect USB connection in this low power clock configuration (either BLPI or BLPE configuration).

0 件の賞賛
返信