Search found 7 matches

by alain
Tue Jan 25, 2011 2:26 pm
Forum: Getting Started
Topic: IIC how to
Replies: 5
Views: 39166

Re: IIC how to

Bravo for all these enhancements :D :D :D
Regards
Alain
by alain
Sat Jan 22, 2011 2:52 pm
Forum: Getting Started
Topic: IIC how to
Replies: 5
Views: 39166

Re: IIC how to

OK, I'll try it on (I suggest you remove the reference to CAT24LC256 in the header comment , because it is not applicable here) Regarding the IIC Library, I am questionning about the accessing to IIC components like PCF8574 : should we must put NIL as params because there is no register address ? I ...
by alain
Wed Jan 19, 2011 3:25 pm
Forum: Getting Started
Topic: IIC how to
Replies: 5
Views: 39166

IIC how to

Hello, Unexpected results when running IIC example EEPROM2K with different 24LC256. Got at each run : EEPROM OK Read ID OK Write ID OK Ready OK 0 Write counter OK .......... Seems to be a fail to write or a missmatch Not corrected by adding a 5mS delay after the write... ID Same results with Sceptre...
by alain
Thu Jan 13, 2011 9:08 am
Forum: Getting Started
Topic: SET operators
Replies: 1
Views: 18007

SET operators

Hello, This series of enhancement topics you started recently is really usefull 8-) It would be nice to have some examples showing the use of SET operators in expressions and as single operands eg: u:= s- {8,9,13} if s:={7,9,14} :?: u:= -s :?: not so clear :idea: for me the use of IS an the TYPE "Tr...
by alain
Thu Jan 13, 2011 9:08 am
Forum: Getting Started
Topic: Use of IS
Replies: 1
Views: 17201

Use of IS

not so clear :idea: for me the use of IS
Regards

Alain
by alain
Wed Jan 05, 2011 9:19 am
Forum: Getting Started
Topic: interrupt(s)
Replies: 2
Views: 21710

Re: interrupt(s)

Congratulation for your reactivity... I'll study your code carefully
re: what i am trying to do ?: have timekeeping under IRQ and (fugitive) event capture with FIQ
regards
Alain
by alain
Tue Jan 04, 2011 9:44 pm
Forum: Getting Started
Topic: interrupt(s)
Replies: 2
Views: 21710

interrupt(s)

Hello, nice idea this forum...
question :
I understand that nested interrupt processing is not yet implemented...
but is it possible to interrupt one IRQ with one FIQ ?
if so, It would be nice to get some piece of code exemple
regards
Alain