STR-E912: iostr912.h inarm.h

I bought a STR-E912 dev board (). It came with some demo software but iostr912.h and inarm.h are missing from the package. Can anybody tell me where can I find them?

Tnx

Hello,

How did you solve the problem?, I am also trying to use the demo software with no success.

I presume you are using IAR?

inarm.h was used in an older version of IAR (v4.0), v5 just uses intrinsics.h

For the str9 io def just change to either

#include <ST/iostr912f.h> or #include <ST/iostr912fa.h> depending on target.

Cheers

Spen