FRDM-K64F J6 header pin reassignment?

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

FRDM-K64F J6 header pin reassignment?

599 Views
robboss
Contributor I

I'm teaching an embedded systems course at Grand Valley State University and I had my students purchase a FRDM-K64F board for prototyping projects in lab (we use KDS as our IDE).

I purchased two FRDM-K64F boards this past summer to try out some project ideas.  One of our projects involves connecting to the J6 header a nRF24L01+ daughter board to communicate over a wireless link between boards.  I was able to test this project successfully on my boards.  When my students came to lab on Monday to work on this project, none of them could get the radios to transmit or receive.  I worked with a student group on troubleshooting their implementation using a logic analyzer  and this led us to the discovery that the CE line to the daughter board was not responding as programmed.  So we identified the problem, but, were perplexed about it.

What made things even more interesting was that when the student project was downloaded onto my FRDM-K64F boards, the radios worked fine and we were able to transmit data and receive acknowledgement on one board and receive the data packet on the other board.  Finally, one of the student groups decided to trace the connection on the J6 header pin 3 that is used for CE and that is (according to the photo that accompanies their boards) supposed to be connected to PTC12 on the MCU and found that it was connected instead to PTB20!  When students reprogrammed CE to be controlled by PTB20, their projects now worked on their boards.

I discovered that my boards have a Rev B sticker on them while the student boards have Rev C on theirs.  My question is why this change was not documented in the schematic or the photo on the card that came with the student boards?  I've searched for a description of this change (or error) on your website and have not found any mention of it.  I'm surprised if no one else has reported this change, but, just in case this is new information it should be posted so that others are aware.

Sincerely,

Rob Bossemeyer

Assistant Professor

Padnos College of Engineering & Computing

Grand Valley State University

Labels (1)
Tags (3)
1 Reply

281 Views
mjbcswitzerland
Specialist V

Hi Rob

This has in fact been reported by one of your students: https://community.freescale.com/message/481810#481810

Don't forget to check out the uTasker project for the FRDM-K64F (see links below) since it is completely free for eduational use and allows the board and processor to be simulated in (approx.) real time including live Ethernet, UARTs etc. and even USB via scripts using Visual Studio (free express edition). It simulates interrupts, DMA, all supported peripherals, etc. and allows easy study and learning (even without HW).

It builds with KDS but is also compatible with CW, IAR, Keil, Rowley, CooCox, Green Hills, Atollic or a GCC make file.

nRF24L01+ support is included and it also allows a FRDM-K64F board to be used as nRF24L01+ extension to VisualStudio so that the driver and application code can be run and debugged on the PC with an Ethernet bridge to the device. The transceiver is presently being integrated with an IP frame fragmenter to allow nodes to participate in an IP network (not yet released).

The board can also be connected to a Microchip ENC424J600 (10/100MHz Ethernet) via SPI to allow dual-homed networking with the device, which is integrated into the TCP/IP stack.

Free fast-track support for students and other non-commerial users is available in this forum.

Regards

Mark

Kinetis: µTasker Kinetis support

K64: µTasker Kinetis FRDM-K64F support / µTasker Kinetis TWR-K64F120M support

For the complete "out-of-the-box" Kinetis experience and faster time to market

0 Kudos