Posted on January 17, 2006 at 10:41Hi Frank, Sorry I didn't get around to digging up uC/OS stuff last night. I will try to send you a .zip file tonight with a project set up to run out of flash... Basically though, you just need to link your code fo...
Posted on January 16, 2006 at 10:50Hi Frank, I have uC/OS-II running on a couple of different STR711 and STR710 boards (version 2.77 I think) using IAR. I don't have any of the code in front of me at the moment but... What compiler are you using? Ar...
Posted on January 13, 2006 at 11:30Hello shangdawei, This schematic does seem to be in error. I don't believe this will work since I have been burned by this same problem myself (twice now...on the STR71x and the Philips LP21xx). For some reason the...
Posted on January 12, 2006 at 12:27Yes you can. You just need to make sure you only select one device at a time (i.e. control the chip select inputs on the slave devices...in your case it will be your touch screen controllers). Best regards, Ryan.
Posted on January 12, 2006 at 12:24When the SPI is configured as a master, the SS pin must be pulled high (i.e. rendering it useless for your application). You have to use a separate GPIO pin as the CS for your slave device. The last time I worked w...