Skip to main content
ugkmen
Associate II
December 16, 2008
Question

struct

  • December 16, 2008
  • 4 replies
  • 953 views
Posted on December 16, 2008 at 03:40

struct

    This topic has been closed for replies.

    4 replies

    st3
    Associate III
    May 17, 2011
    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 ]

    jj_it
    Associate II
    May 17, 2011
    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.

    ugkmen
    ugkmenAuthor
    Associate II
    May 17, 2011
    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..

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

    Thanks..

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