
gamersat678
Members-
Content Count
10 -
Joined
-
Last visited
-
Days Won
2
gamersat678 last won the day on February 5 2019
gamersat678 had the most liked content!
About gamersat678
-
Rank
Member
-
Dang it. Didn't reload eclipse. Compiled mspdebug myself (linux) and couldn't fathom why the 2955 wasn't making the list. Thanks.
-
Are you the maintainer of the eclipse plugin http://xpg.dk/projects/msp430/msp430-eclipse/ ? Couldn't find your source code anywhere so that I could add MSP430G2955 to the list of selectable micros in eclipse.
-
nrf24L01 registers/commands and functions(work in progress)
gamersat678 replied to dkedr's topic in Code vault
Figured it out! Totally forgot to check the current state in the state machine. Thanks for pointing this out. Just so everyone (internet) knows, ensure that you follow typical esd procedures, as it seems these nrf24L01 chips are prone, in at least my experience, to shocking (and the resulting death). Had two bad chips (thankfully bought 4). Also had mosi and miso swapped. Leds are now happily blinking. -
nrf24L01 registers/commands and functions(work in progress)
gamersat678 replied to dkedr's topic in Code vault
Two things: The attached files main.c, and others point to nrf testdebug.txt (at least with firefox and chrome). Most likely will have to start a new thread but spirilis' code doesn't appear to work with msp430g2553's at least with ike's examples. (My hardware is fine, as since spirilis' code for the energia works perfectly) Have attempted to use both RF24_SPI_DRIVER_USCI_B and A (commenting each userconfig.h file accordingly). Swapped the necessary pins. Don't know what else could be wrong? Any help would be great. Note: Code stalls at if (rf_irq & RF24_IRQ_FLAGGED) { i -
Didn't know that! Its a good chip. Have 2 at home waiting to be used for a project I've yet to pick. If anyone is interested in owning one of those chips you can of course buy the mouse or buy one of ebay for $2.20 if your willing to wait 3 weeks to get it.
-
Yep need the dev openocd as since v6 only includes stm32f0. No other version has it. Sorry for forgetting libusb-dev and automake. Those must have already been installed with my stm32f4 stlink installation. Make sure you have added the includes to both GNUC and assembly in step 5 part 4. Also make sure to "Copy stm32f0xx_conf.h from an example project in the STM32f0 firmware package to the Template/src/ folder" And you posted a screenshot of the debug configurations. Do you have a problem with configuring the debug configuration? Get any further?
-
INTRODUCTION This guide's intent and purpose is to allow a user with minimal Linux experience to successfully setup an absolutely free development environment to program the STM32F0 microcontroller with full debugging capability. PREREQUISITES A Linux distro, I used Linux Mint 13 (Ubuntu works nicely too) An Internet connection At least 2gb of spare hard drive space Familiarity with terminal A STM32F0 Discovery Board! PART 1 – Install Codesourcy PART 2 – Install OpenOCD PART 3 – Install Eclipse PART 4 – Setup File Directory PART 5 – Setup Eclipse PART 6 – Configure the gd