Search found 14 matches

by sandeepc
Fri 27. Dec 2024, 06:31
Forum: PCAN-USB FD
Topic: PCAN-USB FD hardware does supports UDS?
Replies: 1
Views: 13061

PCAN-USB FD hardware does supports UDS?

Hi, I need clarification regarding the PCAN-USB FD hardware and its support for the UDS protocol. Does this depend on the hardware itself or on the `.dll` files provided?

Specifically, is the complete UDS stack implemented in the `.dll` package or on the hardware side? I am asking because I am ...
by sandeepc
Mon 17. Jun 2024, 07:35
Forum: PCAN-ISO TP
Topic: ST time between frames
Replies: 1
Views: 1734

ST time between frames

Hi,

we are using PEAK CAN ISO TP API, to exchange data between in Host and ECU it will be in MB, for this application i can able to transmit and receive data.

But peak API as nor sending as ECU mentioned FC frame.

If ECU sends an FC with ST time 500micro seconds but PEAK(host) sending each frame ...
by sandeepc
Fri 14. Jun 2024, 16:16
Forum: PCAN-ISO TP
Topic: CANTP_InitializeFD_2016
Replies: 4
Views: 2786

Re: CANTP_InitializeFD_2016

Hi thanks now its working fine.


Regards,
Sandeep C
by sandeepc
Tue 11. Jun 2024, 15:49
Forum: PCAN-ISO TP
Topic: CANTP_InitializeFD_2016
Replies: 4
Views: 2786

Re: CANTP_InitializeFD_2016

I tried this configuration

cantp_status ISOTP_FDinit(cantp_mapping* mapping, cantp_handle client_handle)
{
char version_buffer[500];
cantp_status res;
uint32_t buffer = 15;

// Print version informations
CANTP_GetValue_2016(PCANTP_HANDLE_NONEBUS, PCANTP_PARAMETER_API_VERSION, version_buffer ...
by sandeepc
Tue 11. Jun 2024, 14:35
Forum: PCAN-ISO TP
Topic: CANTP_InitializeFD_2016
Replies: 4
Views: 2786

CANTP_InitializeFD_2016

Hi, Thanks for PEAK Forum,
Now i am able to exchange huge amount of data between ECU and PC using PEAK CAN ISO TP API with Standard CAN and Extended ID, PCANTP_ISOTP_FORMAT_FIXED_NORMAL, addressing format.

SO we are facing to read and write huge data ST time delay is introducing for every 8 bytes ...
by sandeepc
Thu 23. May 2024, 07:22
Forum: PCAN-ISO TP
Topic: Address mapping
Replies: 1
Views: 1430

Address mapping

** Edit by Admin - please read Forum Rules ! code need to be tagged - next time Post will be deleted if you do not follow the basic rules **
Hi,
i am facing regarding address mapping,

I am using normal address mode, so for can ISO tp side I configured as below

int main()
{
// Local variables ...
by sandeepc
Tue 21. May 2024, 17:55
Forum: PCAN-ISO TP
Topic: PCANTP_STATUS_NETWORK_TIMEOUT_Cr Read error: 57344 or hexa 0xe000
Replies: 5
Views: 3653

Re: PCANTP_STATUS_NETWORK_TIMEOUT_Cr Read error: 57344 or hexa 0xe000

Thanks for the reply,

Now able to read data from ECU.

Regards,
Sandeep C
by sandeepc
Tue 21. May 2024, 14:13
Forum: PCAN-ISO TP
Topic: PCANTP_STATUS_NETWORK_TIMEOUT_Cr Read error: 57344 or hexa 0xe000
Replies: 5
Views: 3653

Re: PCANTP_STATUS_NETWORK_TIMEOUT_Cr Read error: 57344 or hexa 0xe000

Thanks for the response,

I will check once again address mapping, i will let you know my status.

Is it mandatory of doing of reverse mapping, when we are using single PEAK usb?

Regards,
Sandeep C
by sandeepc
Tue 21. May 2024, 13:11
Forum: PCAN-ISO TP
Topic: PCANTP_STATUS_NETWORK_TIMEOUT_Cr Read error: 57344 or hexa 0xe000
Replies: 5
Views: 3653

PCANTP_STATUS_NETWORK_TIMEOUT_Cr Read error: 57344 or hexa 0xe000

Hi,

My application is to Exchange huge data between ECU and PC.

I can able to send Huge data to the ECU and also able to read SF frame from ECU.

NOTE: All data is reading by using event callback

When i try to read more than 8 bytes getting read Error ==> Read error: 57344 or hexa 0xe000

error ...
by sandeepc
Fri 17. May 2024, 10:40
Forum: PCAN-ISO TP
Topic: Source and Target address
Replies: 3
Views: 2276

Re: Source and Target address

Thanks for the reply,

Which addressing format is better to exchange data between pc and ECU?
Can you give an example for better mapping between ECU and PC?

Regards,
sandeep C