This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Read pin logic level both from M3 and C28 in a Concerto device

Other Parts Discussed in Thread: CONTROLSUITE

Hello!

I have a Concerto device.

Can I read pin logic level both from M3 and C28 units in a Concerto device ???

For example the F28M35H52C1 device in the package HTQFP has the PC4_GPIO68 at pin 37,

with C28 I can read pin logic level using register "GpioG1DataRegs.GPCDAT.bit.GPIO68",

wjth M3 I can read pin logic level using API "GPIOPinRead(GPIO_PORTC_BASE,GPIO_PIN_4)".

But can I read both from M3 and C28 ?

How can I configure "GPIOPinConfigureCoreSelect(GPIO_PORTC_BASE,GPIO_PIN_4, - core M3 o core C28 - ?)"

Thankyou in advice ...