Posted on April 29, 2005 at 11:23Hi, I'm using the ST72F521R9 (TQFP64) with inDART-STX (+Demoboard) and I found a problem using Timer A interrupts (output compare feature): I've tested my code with STVD 3.1.1 and all works fine but, if I flash it (u...
Posted on September 28, 2004 at 09:22 Hi, I'm in trouble with a ST72F521R9: I need to store a large constant array (1024 float elements) in sector2, how can I do? I tried using both ''small memory model'' and ''large memory model'' but in a...
Posted on September 27, 2004 at 13:14 Thanks a lot. I thought the linker was already set to link FP libraries, but it wasn't. Thank you very much Luca Regards Dree
Posted on September 24, 2004 at 09:06 Hi everybody, I'm a beginner and I found this problem: I need some math routines (exp, log, sqrt...) in my C code but I can't use floating point library in my project; also if I try to use ''sprintf'' ...