Questions that need answers
Page last updated
13 May 2010, by
Aaron Krone.
4
replies
- 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?
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)?
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.
- Also see Andrew Harpin's Comment Here
.
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.
#
15 Jan 2010 . Edited: 15 Jan 2010
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.
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
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.
You need to log in to post a comment
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.