Search found 555 matches

by TomNB
Wed Jul 24, 2024 8:55 am
Forum: NetBurner Hardware
Topic: MODM7AE70 ADC VREF pin
Replies: 4
Views: 1803

Re: MODM7AE70 ADC VREF pin

A good reference for GPIO is the data sheet GPIO column. Vref is an analog input, so it is not GPIO. I've attached a screen shot of the data sheet.
by TomNB
Tue Jul 23, 2024 12:25 pm
Forum: NetBurner Software
Topic: Reattach debugger after terminate fails
Replies: 4
Views: 981

Re: Reattach debugger after terminate fails

Hello again, Thank you for sharing all that. It is always interesting to me to learn how developers work. I think we do things similar in developing remote. I have the h/w set up at work, and use remote desktop. That way I don't have to maintain work/home configurations for eclipse, git, etc. I rely...
by TomNB
Sun Jul 21, 2024 11:11 pm
Forum: NetBurner Software
Topic: Reattach debugger after terminate fails
Replies: 4
Views: 981

Re: Reattach debugger after terminate fails

Hello, Thank you for considering our products for your design. There are some options in eclipse in regard to restarting the debugger, and I will get you some information on that once I take a look. I will also check for any errata on 3.5.0 for the debugger. I usually do release builds since a debug...
by TomNB
Mon Jun 17, 2024 4:03 pm
Forum: NetBurner Hardware
Topic: Routing MCLK to P2[31] on MODM7AE70
Replies: 5
Views: 1602

Re: Routing MCLK to P2[31] on MODM7AE70

This should help more. Covers the different inputs. The readme.txt is pretty helpful.
by TomNB
Mon Jun 17, 2024 9:58 am
Forum: NetBurner Hardware
Topic: Routing MCLK to P2[31] on MODM7AE70
Replies: 5
Views: 1602

Re: Routing MCLK to P2[31] on MODM7AE70

The ColdFire registers were organized in a way that we could write the sim structure ourselves, but for ARM, its so massive that we are using the sim structure from the manufacturer. If we re-wrote those, then things would change as they tend to do, and our port would be too difficult to maintain. I...
by TomNB
Fri Jun 14, 2024 5:02 pm
Forum: NetBurner Hardware
Topic: Routing MCLK to P2[31] on MODM7AE70
Replies: 5
Views: 1602

Re: Routing MCLK to P2[31] on MODM7AE70

Hello, Just doing a quick search I found the following table in the same section you referenced. So you can set the programmable clock to MCK. Also, each can be set independently (sorry about the formatting). So I think this answers the "could" question. 31.12 Programmable Clock Output Con...
by TomNB
Wed Jun 12, 2024 9:27 pm
Forum: NetBurner Software
Topic: Latest SNMP support
Replies: 3
Views: 1609

Re: Latest SNMP support

If you would like to discuss this more, please send an emails to my attention at sales@netburner.com.
by TomNB
Wed Jun 12, 2024 12:22 pm
Forum: NetBurner Software
Topic: Latest SNMP support
Replies: 3
Views: 1609

Re: Latest SNMP support

Hello John, I can comment from the NetBurner side of things. DMH supports all NetBurner platforms, including the MODM7AE70. All customer feedback we have had over the last 12 years has been very positive. I do not have their pricing, but believe it varies by what your specific requirements are, such...
by TomNB
Wed Jun 05, 2024 9:19 pm
Forum: NetBurner Software
Topic: Latest cross-compilers for different NNDK releases
Replies: 6
Views: 1473

Re: Latest cross-compilers for different NNDK releases

Hello,

I found that 2.9.7 uses version 8.1.There is an IPV4 only flag you can set that might make the port easier. Revision 2.8 and above have dual stack capability, and 2.9.7 has wolfssl, so if you are using security it will take up more flash space.
by TomNB
Wed Jun 05, 2024 5:44 pm
Forum: NetBurner Software
Topic: Latest cross-compilers for different NNDK releases
Replies: 6
Views: 1473

Re: Latest cross-compilers for different NNDK releases

Hello, I will work on getting you the version. Engineering has asked if you can please provide the compiler features you are looking for that are not in gcc 4.x and gcc 8.x. This would be very useful for us from a development kit standpoint. I do know 2.7.7 stopped at 4.2.1 when it went EOL, so your...