Search found 1081 matches

by pbreed
Fri Oct 01, 2010 10:25 am
Forum: NetBurner Hardware
Topic: RSTI low at POR - 5270 problem?
Replies: 5
Views: 3658

Re: RSTI low at POR - 5270 problem?

The formal answer.... The MOD5270 has an internal 1.5V supply. The only issue with power is if the 1.5V supply is above the 3.3V supply. One could probably concoct a power up sequence where you power up the 3.3, then pull it down really hard and get the 1.5V over the 3.3V. I don't think any normal s...
by pbreed
Tue Sep 28, 2010 8:45 am
Forum: NetBurner Software
Topic: Data Bus as GPIO (Beginner)
Replies: 8
Views: 3792

Re: Data Bus as GPIO (Beginner)

Yea you can do glue less 574 for outputs and 537 for inputs. You end up burning one chipselect per device. If you need more than the number of chip selects available then add a 138. The 138 active low enable goes to the chipselect. You can put R/W input one address of the 138 and address into the ot...
by pbreed
Mon Sep 27, 2010 9:51 am
Forum: NetBurner Software
Topic: Data Bus as GPIO (Beginner)
Replies: 8
Views: 3792

Re: Data Bus as GPIO (Beginner)

You need to add a 574 not a 573.

The 574 is edge triggered and you can use the rising edge of the CS signal with no inverter.

We have a VERY old app note that covers this..

http://www.netburner.com/support/techni ... v_gpio.htm
by pbreed
Fri Sep 24, 2010 1:50 pm
Forum: NetBurner Hardware
Topic: How to get good support from Netburner....
Replies: 0
Views: 2111

How to get good support from Netburner....

I just sent out this response to a support ticket with a subject of "Two Questions" The user had both a tools install and hardware A/D reference question. In the future separate questions will get a better response. The way support works here is the engineers look at the list of new questi...
by pbreed
Fri Sep 24, 2010 1:49 pm
Forum: NetBurner Software
Topic: How to get good support from Netburner....
Replies: 0
Views: 2037

How to get good support from Netburner....

I just sent out this response to a support ticket with a subject of "Two Questions" The user had both a tools install and hardware A/D reference question. In the future separate questions will get a better response. The way support works here is the engineers look at the list of new questi...
by pbreed
Fri Sep 24, 2010 1:16 pm
Forum: NetBurner Hardware
Topic: Additional RS232 ports
Replies: 3
Views: 2893

Re: Additional RS232 ports

Attached is a bitbang driver for the original PK70 where we failed to bring out the Serial pins. It uses GPIO and will run at 38400 with minimal impact. It could be easily ported to any 5270 or 5234(Use the TPU for 5234) platform. The comments in this code show where one would change things to chang...
by pbreed
Fri Sep 24, 2010 10:39 am
Forum: NetBurner Software
Topic: UCOS_ENTER_CRITICAL()
Replies: 17
Views: 7345

Re: UCOS_ENTER_CRITICAL()

Did you change the default Ticks per second?

Do you have any user written interrupts that are watching timers?

Some thing in your code overflowing at 2560000 seconds?
by pbreed
Thu Sep 23, 2010 8:09 am
Forum: NetBurner Software
Topic: UCOS_ENTER_CRITICAL()
Replies: 17
Views: 7345

Re: UCOS_ENTER_CRITICAL()

It looks like its happening in an interrupt.
Do you have any user written interrupt routines?

Paul
by pbreed
Thu Sep 23, 2010 8:08 am
Forum: NetBurner Software
Topic: UCOS_ENTER_CRITICAL()
Replies: 17
Views: 7345

Re: UCOS_ENTER_CRITICAL()

The nop flushes all pending cache operations.
by pbreed
Wed Sep 22, 2010 2:14 pm
Forum: NetBurner Software
Topic: NetBurner TCP active connection limitation?
Replies: 1
Views: 1983

Re: NetBurner TCP active connection limitation?

Sounds like an issue with the server not the netburner.
The Netburner only has 32 TCP sockets.


What are you connecting to?

Can you do the same exact test from a PC?

Paul