Search found 9 matches

by wbradley
Thu Dec 12, 2024 11:21 am
Forum: NetBurner Software
Topic: Seriously, guys?
Replies: 3
Views: 17860

Re: Seriously, guys?

Yep, caught that one too! Some of this will become moot as I also discovered that `name` is required for proper operation and rather than change the argument order I'll just remove the default values for min/max/step. Which shouldn't be a big issue since the whole purpose of the _limit objects is to ...
by wbradley
Tue Dec 10, 2024 11:32 am
Forum: NetBurner Software
Topic: Seriously, guys?
Replies: 3
Views: 17860

Re: Seriously, guys?

Hi KE5FX!

I apologize for the frustration with these lines. This was part of the new config_*_limit functionality to allow developers to easily define reasonable and/or custom validations and error messages on config objects, but I miscommunicated with a senior engineer and allowed these values to ...
by wbradley
Thu Aug 01, 2024 12:52 pm
Forum: NetBurner Software
Topic: v3.5.1 errors
Replies: 5
Views: 33800

Re: v3.5.1 errors

I've benefitted in the past by using predef-overload.h with only the variables I want to change, instead of dealing with predef.h headaches every upgrade, that may help reduce the possible issues for you as well:

https://www.netburner.com/NBDocs/Developer/html/page_programmers_guide-_n_b_r_t_o_s ...
by wbradley
Fri Mar 29, 2024 2:56 pm
Forum: NetBurner Hardware
Topic: MODM7AE70 GPIO Pin States at Boot
Replies: 4
Views: 30247

Re: MODM7AE70 GPIO Pin States at Boot

Hi there! The default state for many chips like ours is to be internally pulled high with relatively weak impedance by default. Your circuit should be designed so that it fails-safe when the pins aren't being actively driven, in your case probably with a moderate pull-down resistor. This also helps ...
by wbradley
Tue Jan 09, 2024 3:51 pm
Forum: NetBurner Software
Topic: Blog Post Roundup: C++ Exceptions and Remote Web Console
Replies: 0
Views: 20864

Blog Post Roundup: C++ Exceptions and Remote Web Console

For those not subscribed to our newsletter, we've got two recent blog posts up that might be useful for you:

C++ Exceptions, Unwind Tables, and ‘relocation truncated to fit: R_ARM_PREL31’
Most embedded developers who’ve worked with a Cortex-M4 or newer part with external memory will likely have ...
by wbradley
Sun Oct 29, 2023 12:17 am
Forum: NetBurner Software
Topic: MOD-5270 Refer Code Base ?
Replies: 2
Views: 6813

Re: MOD-5270 Refer Code Base ?

You probably want to work with NNDK / NBEclipse 3.x instead of 2.x
Start with that the quick start and 3.x documentation here: https://www.netburner.com/get-started/
by wbradley
Sat Oct 28, 2023 11:43 pm
Forum: NetBurner's Eclipse IDE
Topic: Where can I download NBEclipse ?
Replies: 3
Views: 28270

Re: Where can I download NBEclipse ?

Hi! I'm not an expert on this question but I think the instructions are here https://www.netburner.com/get-tools/ and here https://www.netburner.com/NBQuickStartG ... tup_3.html

Maybe someone will have a better answer when it's a working day US time.
by wbradley
Tue Sep 26, 2023 3:56 pm
Forum: NetBurner Software
Topic: Web Developers and Embedded Developers, this one's for you!
Replies: 0
Views: 19817

Web Developers and Embedded Developers, this one's for you!

Hi all! We've written a new post on our Learn Blog to help embedded developers learn about REST APIs and help web developers learn about writing C++ for the NetBurner, and the architecture/reasoning underpinning both sides. Your feedback is always welcome and appreciated!

https://www.netburner.com ...
by wbradley
Tue Aug 29, 2023 1:55 pm
Forum: NetBurner Software
Topic: Help with issues using Web Interface
Replies: 3
Views: 6859

Re: Help with issues using Web Interface

If this is still an issue for you, I'd be happy to review your HTML. Feel free to send it via private message.