Search found 14 matches

by cnth98
Mon Dec 20, 2010 6:17 am
Forum: NetBurner Software
Topic: priority question
Replies: 9
Views: 5843

Re: priority question

Yes, I'm using the QSPI.h driver to the eeprom and rtclock, calling from UserMain() loop periodically. The application runs well by itself. But has problem after accessing the web pages that also read/store data to the eeprom by using the QSPI functions. My subroutine is : . . . //initTxrxEepBuf(0);...
by cnth98
Fri Dec 17, 2010 2:02 pm
Forum: NetBurner Software
Topic: priority question
Replies: 9
Views: 5843

priority question

How to prevent higher priority tasks such as http task from interrupting spi multi-bytes transfer of the lower priority task called by UserMain()?
by cnth98
Wed Dec 15, 2010 6:14 am
Forum: NetBurner Software
Topic: question - how to limit 1 access at a time
Replies: 4
Views: 2889

Re: question - how to limit 1 access at a time

Thanks everyone for the help and tips, really appreciated.
by cnth98
Thu Dec 09, 2010 12:17 pm
Forum: NetBurner Software
Topic: question - how to limit 1 access at a time
Replies: 4
Views: 2889

question - how to limit 1 access at a time

My program has control page and setup web pages. How can I limit to one person at a time to access the setup page?

How do I find out the request for the setup page is from what ip address?