uTaskerADC on FRDM K64F for 10khz

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

uTaskerADC on FRDM K64F for 10khz

735 Views
farhanfarooq93
Contributor II

Hello,

I want to make uTaskerADC on FRDM- K64f (MCUXpresso IDE) for 10 kHz signal. Is there any example code.

3 Replies

608 Views
mjbcswitzerland
Specialist V

Hi

Code to this can be found in the open source project at the link below.
All ADC code used by the application (with various configurations) is found in the file "ADC_Timers.h"

Regards

Mark

Complete Kinetis solutions for professional needs, training and support: http://www.utasker.com/kinetis.html

Kinetis K64:
- http://www.utasker.com/kinetis/FRDM-K64F.html
- http://www.utasker.com/kinetis/TWR-K64F120M.html
- http://www.utasker.com/kinetis/TEENSY_3.5.html
- http://www.utasker.com/kinetis/Hexiwear-K64F.html

uTasker: supporting >1'000 registered Kinetis users get products faster and cheaper to market

Request Free emergency remote desk-top consulting at http://www.utasker.com/services.html

Open Source version at https://github.com/uTasker/uTasker-Kinetis

https://community.nxp.com/thread/512558

608 Views
farhanfarooq93
Contributor II

Thank You Mark, I Really Appreciate your work.

I Imported Open source version of uTaskerV1.4 to MCUXpresso IDE v11.0 following one of your video on YouTube Channel 

https://www.youtube.com/watch?v=K8ScSgpgQ6M&index=9&list=PLWKlVb_MqDQFZAulrUywU30v869JBYi9Q

but  i am not able to build it.

below is the message i got in the console

**** Build of configuration uTaskerSerialLoader_FLASH for project uTaskerV1.4 ****

Nothing to build for project uTaskerV1.4

also in project properties

pastedImage_3.png

Orphaned configuration. No base extension cfg exists for ilg.gnuarmeclipse.managedbuild.cross.config.elf.release.1518097371.1707471076.737691589.420265764

T

Thank You

0 Kudos

608 Views
mjbcswitzerland
Specialist V

Hi

I think that you have missed the initial step (when choosing the Eclipse based IDE) of copying the project to the root directory (or you copied the KDS one instead of the MCUXpresso one).

You need to copy the content of

\Applications\uTaskerV1.4\MCUXpresso\Project_Settings

to the root directory (that is, where you find the directories "Applications", "Hardware", "stack", "Tools", "uTasker")

Then import the project again and it should be OK (you possibly imported a KDS configuration to MCUXpressor by mistake).

Regards

Mark

0 Kudos