Search found 243 matches
- Tue Jun 28, 2011 9:08 pm
- Forum: SUB-20 General Discussion
- Topic: AD9851 interfacing
- Replies: 2
- Views: 19505
Re: AD9851 interfacing
Q. Can I program the AD9851 board using only the SUB-20? Q. If yes, what pins go where? I have no experience with SPI, only I2C Yes. You need to read data sheet. ON SUb-20 side SPI signals are SCK (clock) MOSI (Data Out) MISO(Data In) SS(Slave Select) I'm not sure but to my understanding it should ...
- Fri Jun 10, 2011 10:16 am
- Forum: SUB-20 General Discussion
- Topic: GPIO default configuration
- Replies: 4
- Views: 28257
Re: GPIO default configuration
HI, As suggested by motif you have to put external pull-down resistors. Even if FW configures all GPIO to be low there is a power up time between power up and CPU reset procedure. At this time FW is not running and it could not hold GPIO low. Take your relay matrix and put let's say 1K resistor betw...
- Thu Jun 09, 2011 5:37 am
- Forum: SUB-20 General Discussion
- Topic: CFP MSA Management Protocol Implementation
- Replies: 0
- Views: 15399
CFP MSA Management Protocol Implementation
HI, SUB-20 currently supports IEEE 802.3 Clause 22 and Caluse 45 Management Interface Implementation via MDC MDIO http://www.xdimax.com/sub20/doc/HTML/mdio_functions.htm We are currently working on extending it to support CFP MSA Rev 1.4 Specification by http://www.cfp-msa.org/ Actually it is pretty...
- Tue Jun 07, 2011 3:43 pm
- Forum: SUB-20 General Discussion
- Topic: Open Drain GPIO ?
- Replies: 6
- Views: 40482
Re: Open Drain GPIO ?
Here are two options:
NPN Transistor N-channel MOSFET Consider the fact that
IN="0" OUT= Open Drain
IN="1" OUT= "0"
NPN Transistor N-channel MOSFET Consider the fact that
IN="0" OUT= Open Drain
IN="1" OUT= "0"
- Thu Jun 02, 2011 10:07 am
- Forum: SUB-20 General Discussion
- Topic: SUB 20 -I2C mode (master/slave)
- Replies: 4
- Views: 24487
Re: SUB 20 -I2C mode (master/slave)
Well at the first glance the main problem in your flow is switching time between SUB-20 master and SUB-20 slave. It is not guaranteed that sub_fifo_config will do it in 2ms. The problem is not SUB-20 but USB itself. USB latency is around 1-2ms related to 1ms frame delay. Also consider that PC itself...
- Wed Jun 01, 2011 6:20 pm
- Forum: SUB-20 General Discussion
- Topic: SUB 20 -I2C mode (master/slave)
- Replies: 4
- Views: 24487
Re: SUB 20 -I2C mode (master/slave)
Hello, we are writing application in vb .net, which communicates with i2c device once as a master and once as a slave in short time (miliseconds) . When the SUB 20 works as a master we do not have problem, but when we switched to the SLAVE mode we are not able to recognize that the data transfer to...
- Wed Jun 01, 2011 4:40 am
- Forum: SUB-20 General Discussion
- Topic: Open Drain GPIO ?
- Replies: 6
- Views: 40482
Re: Open Drain GPIO ?
Well with Fast PWM it is not possible as we use for Fast PWM HW module that do not have open-drain output. So I see two possible solutions: 1.You can use external transistor to convert output to open-drain. If you need we can provide reference schematics. 2. With a FW modification I can give you ope...
- Tue May 31, 2011 9:01 pm
- Forum: SUB-20 General Discussion
- Topic: Open Drain GPIO ?
- Replies: 6
- Views: 40482
Re: Open Drain GPIO ?
Sure. You can configure SUB-20 GPIO as input with or without pull-up
Take a look here:
http://www.xdimax.com/sub20/doc/HTML/gpio_functions.htm
We impose via API all functionality available in CPU.
Take a look here:
http://www.xdimax.com/sub20/doc/HTML/gpio_functions.htm
We impose via API all functionality available in CPU.
- Mon May 16, 2011 9:37 am
- Forum: SUB-20 General Discussion
- Topic: GPIO default configuration
- Replies: 4
- Views: 28257
Re: GPIO default configuration
Hi,
It is not safe to have GPIO in output on power-up. You can burn out things doing that. You should have a definite reason to do it and would be interesting to know it. Tell us what do you need it for?
It is not safe to have GPIO in output on power-up. You can burn out things doing that. You should have a definite reason to do it and would be interesting to know it. Tell us what do you need it for?
- Sun May 15, 2011 4:00 am
- Forum: SUB-20 General Discussion
- Topic: SPI data transfer issue
- Replies: 43
- Views: 324010
Re: SPI data transfer issue
HI,
We did not get any information form Bocdan, so I assume he has found a problem in his code.
We did not get any information form Bocdan, so I assume he has found a problem in his code.