Hunting an old file system_MK6412.h

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

Hunting an old file system_MK6412.h

405 Views
randyseedle
Contributor III

I hunting an old file system_MK6412.h . Anybody seen it lately ?

 

Randy

0 Kudos
Reply
4 Replies

371 Views
randyseedle
Contributor III

That it is for FRDM-k64f is ok. This just looks like the header. There should be more to it. Can

look again ?

Randy Seedle

 

0 Kudos
Reply

354 Views
Celeste_Liu
NXP Employee
NXP Employee

Hello @randyseedle ,

I’m unable to share this file directly. You can download the FRDM-K64 SDK from Select Board | MCUXpresso SDK Builder, where this file is included.
Celeste_Liu_0-1779850672271.png

 

BR

Celeste

0 Kudos
Reply

392 Views
Celeste_Liu
NXP Employee
NXP Employee

Hello @randyseedle ,

Thanks for your post. I was only able to find system_MK64F12.h from the FRDM-K64F board SDK v2_11.  Would this meet your requirements?

Celeste_Liu_1-1779777055647.png

BR

Celeste

 

 

0 Kudos
Reply

336 Views
randyseedle
Contributor III

After updating two files into the workspace tree I made a little progress in the build. Now I seem have some duplicate files and some undefine stuff.  See below. Do you have any preferance how I fix this stuff ??   -- Randy

 

ld.exe: ./component/gpio/fsl_adapter_gpio.o: in function `PORTA_IRQHandler':
C:\Users\Randy\Documents\MCUXpressoIDE_11.8.1_1197\workspace\MK64F12_Project\Debug/../component/gpio/fsl_adapter_gpio.c:268: multiple definition of `PORTA_IRQHandler'; ./gpio_driver/gpio_driver_irq.o:C:\Users\Randy\Documents\MCUXpressoIDE_11.8.1_1197\workspace\MK64F12_Project\Debug/../gpio_driver/gpio_driver_irq.c:23: first defined here

ld.exe: ./component/gpio/fsl_adapter_gpio.o: in function `PORTB_IRQHandler':
C:\Users\Randy\Documents\MCUXpressoIDE_11.8.1_1197\workspace\MK64F12_Project\Debug/../component/gpio/fsl_adapter_gpio.c:277: multiple definition of `PORTB_IRQHandler'; ./gpio_driver/gpio_driver_irq.o:C:\Users\Randy\Documents\MCUXpressoIDE_11.8.1_1197\workspace\MK64F12_Project\Debug/../gpio_driver/gpio_driver_irq.c:27: first defined here

ld.exe: ./component/gpio/fsl_adapter_gpio.o: in function `PORTC_IRQHandler':
C:\Users\Randy\Documents\MCUXpressoIDE_11.8.1_1197\workspace\MK64F12_Project\Debug/../component/gpio/fsl_adapter_gpio.c:286: multiple definition of `PORTC_IRQHandler'; ./gpio_driver/gpio_driver_irq.o:C:\Users\Randy\Documents\MCUXpressoIDE_11.8.1_1197\workspace\MK64F12_Project\Debug/../gpio_driver/gpio_driver_irq.c:31: first defined here

ld.exe: ./component/gpio/fsl_adapter_gpio.o: in function `PORTD_IRQHandler':
C:\Users\Randy\Documents\MCUXpressoIDE_11.8.1_1197\workspace\MK64F12_Project\Debug/../component/gpio/fsl_adapter_gpio.c:327: multiple definition of `PORTD_IRQHandler'; ./gpio_driver/gpio_driver_irq.o:C:\Users\Randy\Documents\MCUXpressoIDE_11.8.1_1197\workspace\MK64F12_Project\Debug/../gpio_driver/gpio_driver_irq.c:35: first defined here

ld.exe: ./component/gpio/fsl_adapter_gpio.o: in function `PORTE_IRQHandler':
C:\Users\Randy\Documents\MCUXpressoIDE_11.8.1_1197\workspace\MK64F12_Project\Debug/../component/gpio/fsl_adapter_gpio.c:336: multiple definition of `PORTE_IRQHandler'; ./gpio_driver/gpio_driver_irq.o:C:\Users\Randy\Documents\MCUXpressoIDE_11.8.1_1197\workspace\MK64F12_Project\Debug/../gpio_driver/gpio_driver_irq.c:39: first defined here

ld.exe: ./startup/startup_mk64f12.o: in function `ResetISR':
C:\Users\Randy\Documents\MCUXpressoIDE_11.8.1_1197\workspace\MK64F12_Project\Debug/../startup/startup_mk64f12.c:450: undefined reference to `SystemInit'

ld.exe: ./board/clock_config.o: in function `BOARD_BootClockRUN':
C:\Users\Randy\Documents\MCUXpressoIDE_11.8.1_1197\workspace\MK64F12_Project\Debug/../board/clock_config.c:230: undefined reference to `SystemCoreClock'

0 Kudos
Reply