Search Notebooks

Questions that need answers

Questions that I have about the MBED and how it works. Maybe questions about programming also, or general micro controller questions.

Page owner: Aaron Krone

Created Sat, 21 Nov.
Last updated Mon, 08 Feb

Questions that need answers

Page last updated Mon, 08 Feb, by Aaron Krone     No tags | 4 replies       Share: Digg Facebook Tweet This

- Creating a stand alone PCB with the NXP MCU

http://mbed.org/users/chris/notebook/prototype-to-hardware/

 

- Using __TIME__ will return GMT. Thought this was interesting since the compiler is hosted in the UK =P

 

 

-------------------

1. What if Multiple binaries are stored on the MBED?  Which one gets loaded?

Vlad Cazan wrote:

1. If multiple binaries are stored on the mbed then the one with the most recent timestamp is loaded.

1a. Can one binary call another? Or does multiple files get handled in the project before compiling?

 

2. Can the MBED be powered from an external source (not through USB)?

Vlad Cazan wrote:

2. The mbed can be powered from an external source, but it is not recommended that you power up higher then


4 comments

Sun, 22 Nov

There are answers and I could post them here but it might be better to do it on the forums where everyone can see both questions and answers.

Fri, 15 Jan . Edited: Fri, 15 Jan

1. If multiple binaries are stored on the mbed then the one with the most recent timestamp is loaded.

2. The mbed can be powered from an external source, but it is not recommended that you power up higher then 9V. Power is pin 2, it can take 4.5V to 9V.

Thu, 21 Jan

Vlad Cazan wrote:

1. If multiple binaries are stored on the mbed then the one with the most recent timestamp is loaded.

2. The mbed can be powered from an external source, but it is not recommended that you power up higher then 9V. Power is pin 2, it can take 4.5V to 9V.

Thank you Vlad. I will add these to my page.

 

I've slowed down more than I like to with this page.  Unf =( Real life always seems to get in the way =P

Sat, 13 Feb

Aaron Krone wrote:

 

Vlad Cazan wrote:

1. If multiple binaries are stored on the mbed then the one with the most recent timestamp is loaded.

2. The mbed can be powered from an external source, but it is not recommended that you power up higher then 9V. Power is pin 2, it can take 4.5V to 9V.

Thank you Vlad. I will add these to my page.

 

 

I've slowed down more than I like to with this page.  Unf =( Real life always seems to get in the way =P

 

 

The actual input rating is 14v, but as the voltage regulator is linear it is not recommended to go above 9v as it can potentially overheat depending the system load.

Please log in to post a comment.