Search found 7 matches

by rkramer_de
Wed Sep 24, 2014 6:25 am
Forum: NetBurner Hardware
Topic: MOD 54415 Adress/Databus Pins dirctly connected?
Replies: 1
Views: 2875

MOD 54415 Adress/Databus Pins dirctly connected?

Hello, I have switched from MOD5234 to MOD54415. It becomes not clear to me, if the Adress/Data Pins are directly connected to the CPU or they are latched. If the reference manual is the following statement: "An address bus latch is included on the MOD54415 so you do not need to add an external...
by rkramer_de
Tue May 28, 2013 5:35 am
Forum: NetBurner Hardware
Topic: Pinout of unlabled 26pin Header MOD 54415
Replies: 2
Views: 3037

Pinout of unlabled 26pin Header MOD 54415

Hello,
does anybody have a pinout / functional description of the 26pin unused header of the MOD54415 Board?
Maybe some of the pins can be used for more I/O to the processor.

Kind regards

Reinhard
by rkramer_de
Thu Dec 08, 2011 11:31 am
Forum: NetBurner Hardware
Topic: Power Up Configuration of U0RTS and U1RTS (MOD5234)
Replies: 5
Views: 4107

Re: Power Up Configuration of U0RTS and U1RTS (MOD5234)

I have tested the behaviour with the development board and pull down resistors. The first RTS is activated 1.3ms after power up, the second one is activated about 500us later. I have checked it with an oscilloscope.
by rkramer_de
Thu Dec 08, 2011 5:41 am
Forum: NetBurner Hardware
Topic: Power Up Configuration of U0RTS and U1RTS (MOD5234)
Replies: 5
Views: 4107

Re: Power Up Configuration of U0RTS and U1RTS (MOD5234)

I think the default pin configuration is for use with the serial ports. This is exactly the problem. From powerup, these lines should be GPIO (Freescale documentation). Then these lines are configured from the boot code as outputs in high state. Then the system wait 2 seconds until the start of my ...
by rkramer_de
Thu Dec 08, 2011 3:39 am
Forum: NetBurner Hardware
Topic: Power Up Configuration of U0RTS and U1RTS (MOD5234)
Replies: 5
Views: 4107

Power Up Configuration of U0RTS and U1RTS (MOD5234)

Hello, according the MC5234 documentation, the U0RTS (Pin 38) and U1RTS (Pin 23) should be configured as GPIO Inputs. Unfortunately, these lines are driven high shortly after power up of the MOD 5234 and then they are enabling the driver of a RS485 Half-Duplex bus. As an result, the bus is blocked. ...
by rkramer_de
Thu Mar 05, 2009 6:22 am
Forum: NetBurner Software
Topic: breakpoint does not work in threads
Replies: 3
Views: 3722

Re: breakpoint does not work in threads

There is also an UDP-Task running at prio 35.
The task itself is running, because I can receive Data, but the breakpoints do not work.

Reinhard
by rkramer_de
Wed Mar 04, 2009 3:41 am
Forum: NetBurner Software
Topic: breakpoint does not work in threads
Replies: 3
Views: 3722

breakpoint does not work in threads

Hello, The debugger will not recognize breakpoint in my initiated thread "TcpServerTask", (prio=49). I have tested the original TCP/IP-demo with breakpoints working within "TCPServerTask". Then I copied the code in my application, but within the thread "TcpServerTask", ...