Documentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
coTfsSDOBlockUpload (Level 2)
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DEFunction Syntax
Description
This function executes a complete SDO block upload. The block transfer must be supported by the receiver. After a successful upload, the data received can be called up with the command coTfsSDOGetUploadData. (form 1) Alternatively, the received data can be used as parameters directly and set whether the block transfer is executed with or without CRC support. (form 2) A fallback to segmented transfer is not supported.Parameters
- index: Object index
- subIndex: Object subindex
- useCrc: Enables use of CRC check.
- outSize[]: Data size of the received data.
- outValueBuf[]: Data field with the received data.
- valueBufSize: Reception buffer size in byte of outValueBuf.
- outCrcUsed[1]: The passed CRC.