2017-01-18 01:55 AM
Hi All,
I am new to SPC environment,
I2C driver is not listing when trying to generate code for SPC560C40L1 ,any one tried,please provide the inputs,
and help how to enable the IO interrupt using the SPC studio code generator ,I am going to use SPC560C40L1
any help appropriated...
---
Thanks & Regards,
Mujeeb
2017-01-18 06:43 AM
Hello Mujeeb ,
I2C driver SW is implemented in SPC5Studio.
I2C driver HW is not implemented yet in SPC5Studio.
The HW component is on the roadmap in the first quarter 2017 on 56/57 Family.
If you want to begin to play with I2C HW.
1) Enable I2C the associated GPIO by Pinmap Wizard
2) Take the driver from NXP-Freescale,
https://community.nxp.com/docs/DOC-330972
This driver should work by putting these 2 files in source folder and customize it for SPC5Studio (Include files (registry files)).
it is not difficult to integrate them in SPC5Studio.
Best regards
Erwan
2017-02-03 12:35 AM
Hi Erwan,
Thanks for your quick reply,
I will try that and let you know if any difficulties,
I want to configure GPIO as interrupt(EIRQ),Can you please guide me how to configure using
SPCStudio5(Version : 5.2.1).
As of now i have tried editing the test application and modified ,it is working for me but i am not able to generate
code for EIRQ configuration using
SPCStudio5(Version : 5.2.1).
Thanks in advance...
---
Thanks & Regards,
Mujeeb Shaik.
2017-02-07 06:55 AM
Hello Mujeeb
If you want to begin to play with EIRQ (RLA)
1) Enable EIRQ the associated GPIO by Pinmap Wizard (Save the Pinmap, Close the Pinmap and Save the Pinmap)
2) Use the IRQ component RLA
You can import some tests applications from the application wizard.
Best regards
Erwan
2017-02-09 10:28 PM
Hi Erwan,
Thanks for you reply,I got it...
I am trying to use output formatter module in SCP studio,for output the debug messages to console,do you have any example application which is using output formatter.
It will be very help full if you provide any example.
Thanks in advance...
---
Thanks & Regards,
Mujeeb Shaik.
2017-02-10 01:48 AM
Hello Mujeeb ,
Do not hesitate to create a new post for a new question
After adding the ouput formatter in the component
there is an useful chm document.
you have to plug your Output formatter to the corresponding Linflex
Best Regards
Erwan