Jump to content
43oh

Bingo600

Members
  • Content Count

    42
  • Joined

  • Last visited

  1. Nice Is this code usable for the other stellaris arm's also, or is it 1294' specific ? tia /Bingo
  2. Bingo600

    Cortex M7 coming

    Afaik ST is doing a M7 /Bingo
  3. Btw ... have never tried Energia , but have just build it from github (Linux Mint 17 / Ubuntu 14.04). A 1.2GB "clone" , but very fast build of whatever has to been build , certainly not the compilers (only took a few minutes) It took me a few minutes to find the "executables" , that's placed in : Energia/build/linux/work I didn't want to use "ant run" every time i wanted to start energia.
  4. He..He - Syscall routines (newlib) in the startup ..... Nasty ..... /Bingo
  5. bss/ebss errors "smells of" missing linker file definitions Maybe try one of the energia linkerfiles (they seem to have bss/ebss) https://github.com/energia/Energia/tree/master/hardware/lm4f/cores/lm4f https://github.com/energia/Energia/blob/master/hardware/lm4f/cores/lm4f/lm4fcpp_blizzard.ld https://github.com/energia/Energia/blob/master/hardware/lm4f/cores/lm4f/lm4fcpp_snowflake.ld Ohh and i'd recommend to drop the Codesourcery compiler , and get the arm-gcc compiler from launchpad. https://launchpad.net/gcc-arm-embedded /Bingo
  6. Get the energia files here https://github.com/energia/Energia/tree/master/hardware/lm4f/cores/lm4f /bingo
  7. I get the same in Firefox 29 on a Linux Mint 14. /bingo
  8. @@spirilis You mention an IRC channel in the other post , could you come up with some more info ? /Bingo
  9. Thanx Just found your nice explanation here http://forum.stellarisiti.com/topic/1884-understanding-arm-based-controller-stellaris-through-driverlib-or-through-registers/ Is the TARGET_IS just used for the ROM functions ? I have also used MCU = TM4C1294NCPDT And hope that's correct /Bingo
  10. Got my two EK-TM4C1294XL , with XM4C129 chips Decided to skip the "Unknown connect" to the demosite , and build + load "blinky" - D1 is blinking green I'm using GCC , and the nice template from here , and the lm4flash (as root) https://github.com/uctools/tiva-template Connect the debugport with the USB cable and fire away: build $ sudo /home/bingo/bin/lm4flash main.bin Found ICDI device with serial: 0F0006C6 ICDI version: 12245 I wonder what the makefile entry - really should be (seems like the new tivaware rel notes says they abandoned the BLIZZARD stuff) CFLAGS += -DTARGET_IS_BLI
  11. Just saw this free book from Geoffrey Brown , a guy i have had some dialouge with, after i did the Versaloon port to the STM32-VL-Discovery board. Looks like he did a nice work here Discovering.the.STM32.Microcontroller-book Book Url ------------------ www.cs.indiana.edu/~geobrown/book.pdf http://homes.soic.indiana.edu/geobrown/index.cgi/publications%C2'> /Bingo
  12. Hmmm .... My "crystalball" is out of order right now. So i cant look at your screen to see error messages etc ... So ... Sorry i cant help /Bingo
  13. I'm to lazy to look it up , but i'm quite sure there is some kind of "register mask" that can be set , so that any writes will only affect the low half of the port /Bingo
  14. EA has released the source for theit demo (mbed code) http://www.embeddedartists.com/sites/default/files/support/xpr/LPC812_max/LPC812MAXdemoTest_revPA1.zip I just "tried" to port it to CMSIS , it is an ugly hack and the formatting is terrible. I have no idea if i got the I2C right , but it responds to the button. Edit: I just threw the source through indent , so the formatting is a bit nicer. /Bingo EA-c.zip
×
×
  • Create New...