Posted on May 17, 2011 at 09:39I would like to know if some one have try to implements an OFDM modulation using for examples an STR9. I see that it can perform an 256Point FTT in about 200us. I see also that this device have an 10Bits A2D with a con...
Posted on June 18, 2004 at 11:23Hello, I used the PWM on pin PC1 two years ago. It is well working. The C code used is this: PCDDR=0x02; PCOR=0x02; TBCC1=1; TBOLVL1=0; TBOLVL2=1; TBTOIE=1; TBOC1E=1; TBOC2HR=0x02;//period 1.3KHz TBOC2LR=0xe2...
Posted on June 17, 2004 at 14:07 Hi, I attach the vector table and the I-O definition of the ports. I create an external reset on the reset pin using a signal generator. The problem is not visible if the reset is caused with a WDG reset. Thank y...
Posted on June 17, 2004 at 08:15 Hi, I'm using the COSMIC compiler version 4_2b. In the attached files you can see that after power_on 4 variables are set to 0. In the main loop the 4 variables are always set to 0 and it is the only instruction do...
Posted on June 03, 2004 at 04:58Hello, in the startup routine I use only the RSP instruction and the CALL to 2 functions: CheckRAM and MAIN. In the MAIN function I have a never-ending loop that continues to write 0 in 4 variables. In the CheckRAM ro...