Search the Community
Showing results for tags 'stellaris'.
-
Quick questions: Is there already a macro in Energia for the StellarPad which is equivilant to cbi and sbi? Am I correct that portDATARegister in Energia.h (for stellaris) is basically the same as portOutputRegister for the Mps430 or AVR's? I am trying to port a library to Stellaris which uses cbi, sbi, and the portOutputRegister macro's. Any advice is appreciated. L293D
-
Hi Guy ! I trying to programming an emulator of UV-PROM with the Stellaris Launchpad. and, i have a problem with use port. I probably not understand the concept. please help me ! I use #define for "replacement" of lot of commands : // like P2OUT on MSP430 ? #define BUSDATA GPIO_PORTB_BASE //(like P2DIR =B00000000 ?) #define BUSDATA_HIGHZ ROM_GPIOPinTypeGPIOInput(GPIO_PORTB_BASE, GPIO_PIN_0 | GPIO_PIN_1 | GPIO_PIN_2 | GPIO_PIN_3 | GPIO_PIN_4 | GPIO_PIN_5 | GPIO_PIN_6 | GPIO_PIN_7 ); //(like P2DIR =B11111111 ?) #define BUSDATA_OUTPUT ROM_GPIOPinTypeGPIOOutput(GPIO_PORTB_BASE, GPI
-
Hi, Just though I would share some pics of my Stellaris LP with my click BoosterPack and onboard 802.15.4 click board both from MikroElektronika. Haven't done anything but solder the headers as I just had it delivered from DHL (they ship from Serbia, be prepared to pay duty/processing fee if you are in Canada). Can't wait to actually play with it, I intend to make a 802.15.4/Xbee sniffer. Quality of the boards/components looks pretty decent. I have other click boards too; Ethernet, and 802.11. I can post pics if you guys want. Nick.
-
Hi, I don't know if this is the right place to put this, if it isn't please let me know.. I've managed to get a working complier with the arm-none-eabi lite toolchain from codesourcery. Stellarisware examples are compiling just fine on linux. The right toolchain it's chosen automatically by the makedefs definitions. I've managed to get a simple project compiling on gcc and verified it runs correctly in a windows pc with the LMLoader program. Basically I created another folder in the boards directory, copied an existing example from the lm4f120x folder, edited the file names and chan