View Single Post
Old 04-15-2014, 07:02 AM   #19 (permalink)
P-hack
Master EcoModder
 
P-hack's Avatar
 
Join Date: Oct 2012
Location: USA
Posts: 1,408

awesomer - '04 Toyota prius
Thanks: 102
Thanked 252 Times in 204 Posts
The have really simplified things with the nucleo, it plugs into your usb port and they have a web based development environment, you just give 'em an email address for access. When you compile, it all happens on the server, where they control all the setup and versions of tools and whatnot, and you save the downloaded bin to your usb device, where it automatically loads.

$10 for 40 12 bit adc pins in an even easier (and more predictable) than arduino to set up environment.

Development Platform for Devices | mbed
Don't expect anything like assembler though, You will have to "baremetal" it as the plebes say

i.e. https://launchpad.net/gcc-arm-embedded <- which is gnu C++ and being supported by ARM developers directly (and isn't scared of some asm). Probably your first option for the discovery boards too, or olimex boards.

Last edited by P-hack; 04-15-2014 at 07:10 AM..
  Reply With Quote
The Following User Says Thank You to P-hack For This Useful Post:
TexasCotton (04-15-2014)