Hi,
I want to write into a security memory with the driver function Drv_SecSetRawArea().
We have an Hilscher security memory. The application hangs in the call of the function.
TLR_UINT8 pabRawData[32];pabRawData[0]=0x01;
pabRawData[1]=0x02;
pabRawData[31]=0x00;
eRslt=Drv_SecSetRawArea(pabRawData,1); //Application hang
Br,
Rainer
Rainer Versteeg
Hi,
I have found the error. :oops: I can only write to USER Zone 3. :lol:
Br,
Rainer