industrialNETworXnetx

Rainer Versteeg

Rainer Versteeg

| 05.02.2009 | 16:49 | 1 reply

Write into Security Memory

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

Rainer Versteeg

| 06.02.2009 | 12:14

Hi,

I have found the error. :oops: I can only write to USER Zone 3. :lol:

Br,
Rainer

Login