Posted on June 27, 2006 at 11:55Hi, I have the same question as the guy before. I am working with a STR710. The I2C addressing seems to be limited to 10 bits which correspond to 1024 addresses. Am I wrong? So the maximum EEPROM memory that could be ...
Posted on May 26, 2006 at 10:56Does any one knows how to generate an overflow ? CPU : STR712F I tried this but it does not work: __asm (''MOV R1,#0xffffffff \n''); __asm (''MOV R2,#0xffffffff \n''); __asm (''MOV R3,#0xffffffff \n''); __asm (''AD...
Posted on May 25, 2006 at 13:28Hi, Does ST have function to check the CPU integrity? I need that kind of function on startup to check if the CPU flags (overflow...) are valid. Normally, these are asm function. Does that kind of function exist? Thank...
Posted on May 08, 2006 at 15:57Thanks guys, it was exacly what I was looking for. Is it correct to conclude that an overflow or a division by 0 won't generate an interrupt or an exception ? Frank
Posted on May 05, 2006 at 14:00Processor : STR712FR2 Q1. I looked in the documentation and I don’t understand what software interrupt are and how they work. Could you desribe it to me please ? Q2. Could you give me a few examples of what will caus...