Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.
Photo

AN ERROR HAS OCCURED: PLEASE CHECK YOUR HARDWARE


  • Please log in to reply
14 replies to this topic

#1 smarcus3

smarcus3

    Advanced Member

  • Members
  • PipPipPip
  • 134 posts

Posted 11 April 2012 - 10:31 PM

I now cannot get nothing to load onto my board except the blinky tutorial. I have tried replugging and pressing the button to no avail. PLEASE HELP !!!!!!!!!!!!!!!!
Steve


My Other Hobby: Engineer Turned Baker

#2 smarcus3

smarcus3

    Advanced Member

  • Members
  • PipPipPip
  • 134 posts

Posted 11 April 2012 - 10:37 PM

Created new project. Dont know what caused the error.
Steve


My Other Hobby: Engineer Turned Baker

#3 smarcus3

smarcus3

    Advanced Member

  • Members
  • PipPipPip
  • 134 posts

Posted 11 April 2012 - 10:44 PM

I still cannot add the fusionware library as it causes this error
Steve


My Other Hobby: Engineer Turned Baker

#4 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 12 April 2012 - 12:06 AM

Hi smarcus3, How big is the fusionware library? Does it have any board-specific dependencies? Chris

#5 smarcus3

smarcus3

    Advanced Member

  • Members
  • PipPipPip
  • 134 posts

Posted 12 April 2012 - 01:28 AM

I think it was b/c my project was too large. How to I tell how large my program is. Also whats the limit for a N+?
Steve


My Other Hobby: Engineer Turned Baker

#6 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 12 April 2012 - 01:30 AM

Hi smarcus3,

I think it was b/c my project was too large. How to I tell how large my program is. Also whats the limit for a N+?

Netduino Plus, with 4.1 firmware, has 64KB of flash available.

With 4.2 firmware, you have 48KB for your code.

Netduino Go has 384KB of flash for your program. The Ethernet modules for it are coming soon...

When you compile and deploy your program, Visual Studio should tell you the size of your executable. You can also add up the size of the .PE files in your bin folder.

Chris

#7 smarcus3

smarcus3

    Advanced Member

  • Members
  • PipPipPip
  • 134 posts

Posted 12 April 2012 - 02:09 AM

Ok. My code is at 34.8 Kb right now.
Steve


My Other Hobby: Engineer Turned Baker

#8 smarcus3

smarcus3

    Advanced Member

  • Members
  • PipPipPip
  • 134 posts

Posted 12 April 2012 - 02:11 AM

thanks for the reply.
Steve


My Other Hobby: Engineer Turned Baker

#9 smarcus3

smarcus3

    Advanced Member

  • Members
  • PipPipPip
  • 134 posts

Posted 12 April 2012 - 02:13 AM

Is there a way to see the ammount of RAM used when the controller is running?
Steve


My Other Hobby: Engineer Turned Baker

#10 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 12 April 2012 - 02:53 AM

Is there a way to see the ammount of RAM used when the controller is running?

Absolutely. You can use this:
    Debug.Print(GC.Debug(true));


#11 smarcus3

smarcus3

    Advanced Member

  • Members
  • PipPipPip
  • 134 posts

Posted 12 April 2012 - 03:03 AM

I don't have GC.Debug also where is the displayed?
Steve


My Other Hobby: Engineer Turned Baker

#12 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 12 April 2012 - 04:28 AM

Hi smarcus3,

I don't have GC.Debug also where is the displayed?

Try Microsoft.SPOT.GC.Debug and see if that works for you.
http://msdn.microsof...y/ee433726.aspx

The function does garbage collection and then returns the amount of free RAM. In this case, we're printing it out to the Debug window.

Chris

#13 smarcus3

smarcus3

    Advanced Member

  • Members
  • PipPipPip
  • 134 posts

Posted 12 April 2012 - 10:42 PM

I cant add that reference. It doesn't exist for me.
Steve


My Other Hobby: Engineer Turned Baker

#14 Stefan

Stefan

    Moderator

  • Members
  • PipPipPip
  • 1965 posts
  • LocationBreda, the Netherlands

Posted 12 April 2012 - 10:48 PM

I cant add that reference. It doesn't exist for me.

Try Microsoft.Spot.Native :)
"Fact that I'm a moderator doesn't make me an expert in things." Stefan, the eternal newb!
My .NETMF projects: .NETMF Toolbox / Gadgeteer Light / Some PCB designs

#15 smarcus3

smarcus3

    Advanced Member

  • Members
  • PipPipPip
  • 134 posts

Posted 12 April 2012 - 10:53 PM

I have that reference but still no dice for some reason I cannot add using Microsoft.SPOT.Native to my code though.
Steve


My Other Hobby: Engineer Turned Baker




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.