Posted on August 19, 2005 at 20:29Hello, At the moment I am writing a software-UART that is called upon an interrupt. The device I am using is the ST72F651. I use PA0 as interrupt input (PA0 is an input and PAOR0 is set). What happens if the interru...
Posted on April 05, 2005 at 11:21Hello, I solved the problem. I called the RASS disable procedure each time from within the sector erase procedure. Everything works fine if you only use the RASS disable only once (outside the sector erase procedure)...
Posted on April 05, 2005 at 10:52Hello, I am working on a bootloader for the ST72F651. This device has 3 sectors (sector 0 for the bootloader and sector1/sector2 for the firmware. I want to erase sector 1 and sector 2. Sector 2 is perfectly erased i...
Posted on January 18, 2005 at 10:21Hi, You can program a controller in assembly, but most people will advise you to write the program with a c-compiler. This makes it's more easier to use third party c-source and you can port it later to another pro...
Posted on January 18, 2005 at 09:58Hello, At the moment I am having some problems with compiling some c source. I use include ''user_var.h'' to include some global variables and defines, etc. But I can only call the include file from one c source-fi...