Posted on July 03, 2003 at 09:32The signal on the crystal is present only if the option bytes are set correctly. I set two option bytes as follow: - [OSCRANGE] - Oscillator Range Selection: ''MS: 4-8MHz'' - [OSCTYPE] - Oscillator Type Slection: ''Re...
Posted on July 02, 2003 at 09:23I never used RC-oscillator (not internal nor external) so I'm not sure abuot the following procedure... I'm programming on ST72324 using inDart. If you use a crystal you should set ''Resonator Oscillator'' in the opti...
Posted on July 01, 2003 at 07:03You are correct, I omit some informations because I thought the ''error'' happened anyway....sorry. The code is like this: struct Type_AnIn AnIn[3]; void Test(void) { unsigned char Ix; for (Ix = 0; Ix < 3; Ix++) An...
Posted on June 30, 2003 at 07:19 I use Codewarrior compiler and I want to access bits in this way: typedef struct Type_AnIn { signed short Value; unsigned char Ampli :4; unsigned char Status :4; }; struct Type_AnIn AnIn; /* si...
Posted on June 16, 2003 at 11:31I found some minimal RTOS: - http://www.nilsenelektronikk.no/ (Nilsen Elektronikk as ) - http://xmk.sourceforge.net/docs/ - eXtreme Minimal Kernel - http://liquorice.sourceforge.net/- http://www.nbb.cornell.edu/neurob...