Search found 33 matches

by mmk-tsm
Fri May 10, 2013 8:36 am
Forum: NetBurner Hardware
Topic: More Flash for MOD5270....anyone else need or want???
Replies: 6
Views: 5289

Re: More Flash for MOD5270....anyone else need or want???

Hello, I wasnt suggesting moving to the BBB. Just point out that Flash is cheap or must be, and also how memory is required. Please add a bigger flash chip to MOD5270, At very least tell me what chip you currently use, and I will see what might be involved since you seem so reluctant to do so yourse...
by mmk-tsm
Thu May 09, 2013 1:36 am
Forum: NetBurner Hardware
Topic: More Flash for MOD5270....anyone else need or want???
Replies: 6
Views: 5289

Re: More Flash for MOD5270....anyone else need or want???

Paul, this module, MOD5270 which we are using is in full production. I need it to be 100% compatible, drop in replacement. Not just code, pin, function, the whole lot. Can you please give me list of differences between 5270 and 5234. What is involved in adding a bigger flash chip to MOD5270? You gav...
by mmk-tsm
Wed May 08, 2013 2:08 am
Forum: NetBurner Hardware
Topic: More Flash for MOD5270....anyone else need or want???
Replies: 6
Views: 5289

More Flash for MOD5270....anyone else need or want???

Hello All, The company I work for uses MOD5270's. Our application software has used up practically all of the available Flash memory. We need more for other functionality. Netburner are reluctant to upgrade except custom units. We use or will be using ~500 units this year. Are there any other MOD527...
by mmk-tsm
Mon Feb 20, 2012 6:47 am
Forum: NetBurner Hardware
Topic: NANO54415
Replies: 49
Views: 39095

Re: NANO54415

Will or would it be possible to make the adapter board (2 x 50 pin connector part) compatible, or nearly pin compatible with the MOD5270 module? If you are doing a carrier board, you really should put an SD card connector on there, at front, same face as RJ45, - everyone needs sD dont they? And an R...
by mmk-tsm
Wed Sep 07, 2011 8:17 am
Forum: NetBurner Software
Topic: Reading state of DMA Timer 0 input pin
Replies: 3
Views: 3478

Re: Reading state of DMA Timer 0 input pin

Thanks Mike,
I have adapted your suggestion to our application, and it works fine.
Cheers,
Michael.
by mmk-tsm
Tue Sep 06, 2011 9:25 am
Forum: NetBurner Software
Topic: Reading state of DMA Timer 0 input pin
Replies: 3
Views: 3478

Re: Reading state of DMA Timer 0 input pin

An update, I have tried using the pin class to read the pin state, T0IN. - bool bPinState2 = J2[31]; This works if the pin is initialised for GPIO, but not if pin cofigured as timer input. And, I cant seem to change the function dynamically. If I initialise at reset the pin function to GPIO, I can r...
by mmk-tsm
Tue Sep 06, 2011 7:42 am
Forum: NetBurner Software
Topic: Reading state of DMA Timer 0 input pin
Replies: 3
Views: 3478

Reading state of DMA Timer 0 input pin

Hello all, I am using DMA Timero 0 as an input capture pin, to time the signal on timer T0IN, J2 pin 31. I have configured Timer 0 input as a timer pin. I also use the reference compare feature of the timer. (J2[31].function( PINJ2_31_TIN0 ); //setup pin 31 for DTIN0 input) Everything works, but I c...
by mmk-tsm
Wed Aug 17, 2011 1:20 am
Forum: NetBurner Software
Topic: problem with float comparison
Replies: 7
Views: 5119

Re: problem with float comparison

Thanks, Paul.
by mmk-tsm
Tue Aug 16, 2011 3:54 am
Forum: NetBurner Software
Topic: problem with float comparison
Replies: 7
Views: 5119

problem with float comparison

Hello all, I have a problem with a float comparison, of the format float fValue; if(fValue < 0.04f || fValue > 2000.0f) { .....use default for fValue. } the fValue is a calibration parameter, read from EEPROM at start, all zeroes(4 bytes) in the float format I think, it displays as -4226998977805578...
by mmk-tsm
Tue Jul 20, 2010 4:37 am
Forum: NetBurner's Eclipse IDE
Topic: Editor how to's with Eclipse
Replies: 5
Views: 6011

Re: Editor how to's with Eclipse

Tod, have you removed the screen casts? I see two locations, 1 & 2, but no video. I had some problems with Eclipse and building last week. In the process of getting sorted, I have lost the very useful feature of being able to see values of variables simply hovering over them - any idea where I e...