Search found 3 matches

by rkuenzi
Thu Jan 13, 2011 4:48 pm
Forum: SUB-20 General Discussion
Topic: Configuring GPIOB port on SUB-20-B
Replies: 5
Views: 12571

Re: Configuring GPIOB port on SUB-20-B

I tried firmware version 0.2.9 and everything is now working correctly. Thanks :)
by rkuenzi
Thu Jan 13, 2011 3:14 pm
Forum: SUB-20 General Discussion
Topic: Configuring GPIOB port on SUB-20-B
Replies: 5
Views: 12571

Re: Configuring GPIOB port on SUB-20-B

I have version 0.2.18 Were do I get version 0.3.0
by rkuenzi
Wed Jan 12, 2011 5:08 pm
Forum: SUB-20 General Discussion
Topic: Configuring GPIOB port on SUB-20-B
Replies: 5
Views: 12571

Configuring GPIOB port on SUB-20-B

I am having trouble configuring the GPIOB port on the SUB-20-B. Here is my code: // --- Set GPIOB port Configuration // Since the SPI port is shared with GPIOB, need to disable SPI functionality (see below) retval = sub_spi_config(handle, 0, 0); // 7654 3210 // GPIOB set 0000 0000; 0-Input, 1-Output...