Search found 118 matches

by sulliwk06
Fri Jan 04, 2019 6:28 am
Forum: NetBurner Software
Topic: NNDK 3.0.0 removed features
Replies: 0
Views: 4257

NNDK 3.0.0 removed features

I was looking through the new 3.0.0 release and it looks like the Lua library isn't included anymore. Is there a list of other features that were removed that we will have to add back ourselves?
by sulliwk06
Thu Jan 03, 2019 7:21 am
Forum: NetBurner's Eclipse IDE
Topic: NNDK 3.0.0 IDE build problem
Replies: 2
Views: 3385

Re: NNDK 3.0.0 IDE build problem

I'm not sure if the new release will support the SB70LC In the release notes for 3.0.0 it says: HARDWARE Support for ARM processors, starting with the 300MHz M7. Applications easily scale from single chip solutions to large memory platforms. Support for NXP/Freescale 5441x based products: MOD54415 M...
by sulliwk06
Wed Nov 14, 2018 5:54 am
Forum: NetBurner Software
Topic: TCP v2.4.2 and 2.7.7 differences (MOD5272)
Replies: 7
Views: 3415

Re: TCP v2.4.2 and 2.7.7 differences (MOD5272)

If I understand correctly, it sounds like you're just having difficulties prioritizing events on these connections. If I were writing an app like you described, I think I would use just one task instead of two. The task would run a while loop around a select call. The select call would check both po...
by sulliwk06
Fri Oct 19, 2018 5:20 am
Forum: Application Notes and Design Ideas
Topic: MOD54415x external IO's chip selsect
Replies: 9
Views: 8004

Re: MOD54415x external IO's chip selsect

I'm not sure that example is correct. Based on the reference manual (MCF54415RM.pdf) section 20.3.1 the Chip-Select Address Register should only use the upper 16 bits, so if you are bit shifting it 16 to the right, then it definitely shouldn't work. Try putting base address without shifting it and s...
by sulliwk06
Thu Oct 11, 2018 5:45 am
Forum: Application Notes and Design Ideas
Topic: MOD54415x external IO's chip selsect
Replies: 9
Views: 8004

Re: MOD54415x external IO's chip selsect

What are your read and write base addresses, and why are you shifting them when you initialize? Make sure they are in an unused address range.
by sulliwk06
Mon Oct 01, 2018 11:06 am
Forum: NetBurner's Eclipse IDE
Topic: Updating just web code on a SB800EX
Replies: 4
Views: 3437

Re: Updating just web code on a SB800EX

I don't know anything about the SB800EX, but on the MOD5441X I've used the SetNewGetHandler and SetNewPostHandler functions to serve web pages from the file system instead of the compiled image. With that I can just FTP the files on there and it will start using them.
by sulliwk06
Tue Jun 12, 2018 1:17 pm
Forum: NetBurner Hardware
Topic: MODM7AE70
Replies: 9
Views: 6351

Re: MODM7AE70

Just to provide a little customer feedback from someone with a somewhat larger app, on the MOD5441X we use: 1.1 MB App size 24 MB onboard flash for critical file storage (external card used for non-critical/long term storage) ~60% of the available 64 MB RAM So I do think there is a lot of good value...
by sulliwk06
Mon May 14, 2018 5:52 am
Forum: NetBurner Software
Topic: FTP Append
Replies: 4
Views: 2673

Re: FTP Append

I would guess you would need to get the file first, append to it yourself, and then upload the file to the ftp server.
by sulliwk06
Wed May 02, 2018 8:02 am
Forum: NetBurner Hardware
Topic: UART Boot Port
Replies: 5
Views: 3795

Re: UART Boot Port

You can use the IPSetup tool and select Advanced to change the Monitor Port. Or you can go into the monitor and select Setup to change the boot port. And then a 3rd way is to change the config record from within your application. I've only switched between UART 0 and 1, I don't know if you can use t...
by sulliwk06
Wed Apr 25, 2018 10:33 am
Forum: NetBurner Software
Topic: How to reset a Netburner in software?
Replies: 2
Views: 1920

Re: How to reset a Netburner in software?

I believe there is a ForceReboot() function in bsp.h