cancel
Showing results for 
Search instead for 
Did you mean: 

struct

ugkmen
Associate II
Posted on December 16, 2008 at 03:40

struct

4 REPLIES 4
ugkmen
Associate II
Posted on May 17, 2011 at 12:56

Hi!

I want to compile IOToggle example project.

But the error

struct '''' has no field ''Enable''

is appear.

I use STM32 FirmWare Lib, why i still encounter this error.

Can the example program be wrong ?

Thanks..

jj
Associate II
Posted on May 17, 2011 at 12:56

Review the ''read me'' file that is included w/in this project. Be sure that you've included all of the files mentioned in the read me.

If this is the 1st project you've tried - try another. A similarity of errors should help you build a solution.

st3
Associate II
Posted on May 17, 2011 at 12:56

Quote:

struct ''&ltunnamed>'' has no field ''Enable''

You get this error when you're trying to use an example written for one version of the FWLib with an incompatible version of the FWLib.

Some of the examples as distributed by Keil have this problem.

Where did you get your example from?

[ This message was edited by: st7 on 15-12-2008 19:19 ]

ugkmen
Associate II
Posted on May 17, 2011 at 12:56

Thanks..

I found another version of IOToggle example. And it works.