Attach some flexcomm peripherals to core 1 with gcc sdk

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

Attach some flexcomm peripherals to core 1 with gcc sdk

783 Views
train_hugo
Contributor I

Hi,

We are using LPC55S69-evk with the latest GCC based SDK (using CMake). We can't find out why for some peripherals, there is no suitable .cmake file for core 1 in the SDK. 

As an example, there is only a "component_flexcomm_i2c_adapter_LPC55S69_cm33_core0.cmake" but no "component_flexcomm_i2c_adapter_LPC55S69_cm33_core1.cmake. However according to the MCU's datasheet, it seems possible to map i2c to core 1...

Is there any particular reason for that ?

Best regards

Labels (1)
0 Kudos
4 Replies

766 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello train_hugo,

Sorry there is only SDK demo and compile for IDE version, no command version.

 

 

BR

Alice

0 Kudos

744 Views
train_hugo
Contributor I

Hi Alice,

I believe my question wasn't clear..

I'm not searching for any sdk demo, but I'm just trying to figure out why in the GCC sdk there seems not to be full support of peripherals such as i2c or spi or any other peripheral excepting the one listed in the screenshot below.

screen_gcc_sdk.jpg

Should I write my own .cmake files for the missing peripherals for core1 or did I miss something ?

Best regards,

Hugo

0 Kudos

736 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello train_hugo,

There isn't , you need write by yourself.

And almost project with LPC55s69 are based on IDE.

 

BR

Alice

0 Kudos

731 Views
frank_m
Senior Contributor III

> There isn't , you need write by yourself.

Not that it's very helpful, but ...

This is very common for free toolchains and SDKs. It is simply not possible or economic to provide support for every possible MCU/toolchain/example combination.

I have some experience with those from other providers.

 

0 Kudos