Hi,
I'm moving form S32 2.2 to 3.4
in the 2.2 version when using processor expert it would show a function list which you could drag and drop into the code, with the configuration names prefilled.
does this exist in version 3.4? if so how do i view this
Thanks
example of what i can see in version 2.2
You will have to add them using the traditional method. If you are looking for some tool to place the calls into your code, there isn't one.
There are many example projects provided with the SDKs/RTDs which demonstrate the usage of each of the functions.
Best Regards,
Mike
What I mean by traditional way, is whatever method you normally would use to implement an SDK into your C code without the use of any special tools.