Posted on September 24, 2007 at 11:35Yeah, I´ve already solved it. What I did, in summary, was declare my struct in User_var.h like this: struct _TestData{ unsigned char Flags : 3; unsigned char Write : 2; unsigned char Read : 3; }; extern stru...
Posted on September 17, 2007 at 20:30Hi folks! I´m struggling with a weird problem: there is a struct in my code like this: extern struct { int Flags : 3; int Write : 2; int Read : 3; }TestData; Afterwards compilation, I got this error: #error ...
Posted on September 12, 2007 at 12:50Thanks Luca, I´m working on this issue right now. In addition, is there any documment declaring type objects size? Actually I´ve only found descriptions for short int and long int that are, respectivelly, two a...
Posted on September 11, 2007 at 19:56Hi all, I´m working with Cosmic CxST7 version 4.5.5 and I´ve got the message below: Running ST7 linker clnk -l''C:\Program Files\COSMIC\CXST7_16K\Lib'' -o Debug\sugar_project.st7 -mDebug\sugar_project.map Debug...
Posted on September 10, 2007 at 17:02Hi all, I´m using ST72F63B microcontroller and after compilation the below messages are prompted: #error cpst7 io72263.h:7(14+4) redeclared localized PADR #error cpst7 io72263.h:9(14+5) redeclared localized PADD...