SPT graph tool

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

SPT graph tool

2,097 次查看
adrianonea
Contributor III

Is there any startup guide that takes you through developing a small program for SPT (signal processing toolbox). I am actually using S32DS but I assume it will be similar.

标签 (1)
8 回复数

1,337 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello ,

Could you please describe it detail about "SPT", does it a ADC ?

And also tell us which chip do you used ?

BR

Alice

0 项奖励

1,337 次查看
adrianonea
Contributor III

Hi Alice,I am using S32D247 processor and S32DS development environment. Data comes from external ADC via the MIPI interface. However if you have examples and a "Getting Started/User Guide" document that uses data from the internal ADC still OK. any document or example that shows how to use the graph tool and integrate it with your C/C++ code will be welcome.

Adrian

From: Alice_Yang <admin@community.nxp.com>

To: adrian onea <adrian_onea@yahoo.com>

Sent: Tuesday, 27 December 2016, 19:03

Subject: Re: - Re: SPT graph tool

#yiv7852215894 * #yiv7852215894 a #yiv7852215894 body {font-family:Helvetica, Arial, sans-serif;}#yiv7852215894 #yiv7852215894 h1, #yiv7852215894 h2, #yiv7852215894 h3, #yiv7852215894 h4, #yiv7852215894 h5, #yiv7852215894 h6, #yiv7852215894 p, #yiv7852215894 hr {}#yiv7852215894 .yiv7852215894button td {}

|

NXP Community

|

Re: SPT graph tool

reply from Alice_Yang in CodeWarrior Development Tools - View the full discussionHello ,Could you please describe it detail about "SPT", does it a ADC ?And also tell us which chip do you used ? BRAlice

Reply to this message by replying to this email, or go to the message on NXP Community

Start a new discussion in CodeWarrior Development Tools by email or at NXP Community

Following Re: SPT graph tool in these streams: Inbox

This email was sent by NXP Community because you are a registered user.

You may unsubscribe instantly from NXP Community, or adjust email frequency in your email preferences |

|

0 项奖励

1,337 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello Adrian,

I think your question should in the S32 Design Studio thread , so i move it to here .

There will be the related expert help you .

BR

Alice

0 项奖励

1,337 次查看
adrianonea
Contributor III

Thank you!

From: Alice_Yang <admin@community.nxp.com>

To: adrian onea <adrian_onea@yahoo.com>

Sent: Wednesday, 28 December 2016, 14:53

Subject: Re: - Re: SPT graph tool

#yiv9559311640 * #yiv9559311640 a #yiv9559311640 body {font-family:Helvetica, Arial, sans-serif;}#yiv9559311640 #yiv9559311640 h1, #yiv9559311640 h2, #yiv9559311640 h3, #yiv9559311640 h4, #yiv9559311640 h5, #yiv9559311640 h6, #yiv9559311640 p, #yiv9559311640 hr {}#yiv9559311640 .yiv9559311640button td {}

|

NXP Community

|

Re: SPT graph tool

reply from Alice_Yang in S32 Design Studio - View the full discussionHello Adrian, I think your question should in the S32 Design Studio thread , so i move it to here .There will be the related expert help you . BRAlice

Reply to this message by replying to this email, or go to the message on NXP Community

Start a new discussion in S32 Design Studio by email or at NXP Community

Following Re: SPT graph tool in these streams: Inbox

This email was sent by NXP Community because you are a registered user.

You may unsubscribe instantly from NXP Community, or adjust email frequency in your email preferences |

|

0 项奖励

1,337 次查看
martin_kovar
NXP Employee
NXP Employee

Hi,

I answered your question in the following thread: SPT tool fails to install 

This is the only one document, which is available for SPT graphical tool. About SPT toolkit which is available on NXP website (SPT toolkit for MPC5775K|NXP ), we have only documents and examples which are part of installation.

Unfortunately the whole SPT module which is part of MPC5775K or S32R is too complex and customer are supported by their FAE's.

Regards,

Martin

1,337 次查看
adrianonea
Contributor III

Martin,Ideally what I would like to see is a project with a simple c program that uses the SPT to do a FFT on a 32 values array and then calculates the local maximums. Everything you have to do in the graph part,The c code (should be minimal)Every think you have to do as config in various files.

I think it will be an invaluable addition to your documentation.

Happy New Year! and thank you for your support so far.

From: b55689 <admin@community.nxp.com>

To: adrian onea <adrian_onea@yahoo.com>

Sent: Wednesday, 28 December 2016, 19:15

Subject: Re: - Re: SPT graph tool

#yiv7753416127 * #yiv7753416127 a #yiv7753416127 body {font-family:Helvetica, Arial, sans-serif;}#yiv7753416127 #yiv7753416127 h1, #yiv7753416127 h2, #yiv7753416127 h3, #yiv7753416127 h4, #yiv7753416127 h5, #yiv7753416127 h6, #yiv7753416127 p, #yiv7753416127 hr {}#yiv7753416127 .yiv7753416127button td {}

|

NXP Community

|

Re: SPT graph tool

reply from Martin Kovar in S32 Design Studio - View the full discussionHi, I answered your question in the following thread: SPT tool fails to install  This is the only one document, which is available for SPT graphical tool. About SPT toolkit which is available on NXP website (SPT toolkit for MPC5775K|NXP ), we have only documents and examples which are part of installation. Unfortunately the whole SPT module which is part of MPC5775K or S32R is too complex and customer are supported by their FAE's. Regards,Martin

Reply to this message by replying to this email, or go to the message on NXP Community

Start a new discussion in S32 Design Studio by email or at NXP Community

Following Re: SPT graph tool in these streams: Inbox

This email was sent by NXP Community because you are a registered user.

You may unsubscribe instantly from NXP Community, or adjust email frequency in your email preferences |

|

0 项奖励

1,337 次查看
stanish
NXP Employee
NXP Employee

Hi,

There is an example available in the S32DS for Power. It's for MPC577K (SPT1.0) Graph Tools so you can start from here at least.

 

pastedImage_1.png

pastedImage_2.png

Also there is a Graph Tool documentation which might help you:

<S32_Power_v1.1>\S32DS\help\pdf\s32ds.pwr.win.gt_reference_manual.pdf

Hope it helps.

Stan

0 项奖励

1,337 次查看
martin_kovar
NXP Employee
NXP Employee

Hello,

unfortunately, we do not have any example project for SPT module so I cannot provide you any one. As I wrote in my previous post, SPT is supported directly by customer's FAEs.

Regards,

Martin