Search found 13 matches

by boniface
Mon Jul 04, 2016 1:44 pm
Forum: Other Boards
Topic: Porting to msp432
Replies: 28
Views: 28467

Re: Porting to msp432

Great, i haven't started yet
by boniface
Sun Jun 26, 2016 4:45 pm
Forum: Other Boards
Topic: Porting to msp432
Replies: 28
Views: 28467

Re: Porting to msp432

Tetraeder wrote:yes i have forked your repo and created a pull request.
@Tetraeder
It worked.
by boniface
Fri Jun 24, 2016 5:29 pm
Forum: Other Boards
Topic: Porting to msp432
Replies: 28
Views: 28467

Re: Porting to msp432

@Tetraeder

Great you found a solution.
Any contributions to make this porting working are highly welcome.
Ofcourse, you can push your changes to the repo. If you had forked my repo, then i think you have to create a pull or merge request to merge your changes.

Regards
by boniface
Tue Jun 21, 2016 8:02 pm
Forum: Other Boards
Topic: Porting to msp432
Replies: 28
Views: 28467

Re: Porting to msp432

Hi guys,
i have updated the Repo.
The programs now gives micropython command prompt when flashed to the board and RESET button pressed.
But the command prompt does not accept keyboard input. :?
by boniface
Mon Jun 20, 2016 1:37 pm
Forum: Other Boards
Topic: Porting to msp432
Replies: 28
Views: 28467

Re: Porting to msp432

@Tetraeder
MSP430 flasher http://www.ti.com/tool/msp430-flasher ? did not work for me.
I was able to use Uniflash http://www.ti.com/tool/uniflash. But the results do not make sense yet.
by boniface
Fri Jun 17, 2016 9:28 am
Forum: Other Boards
Topic: Porting to msp432
Replies: 28
Views: 28467

Re: Porting to msp432

Did you use the MSPFlasher? what tool did you use?
by boniface
Wed Jun 15, 2016 8:31 pm
Forum: Other Boards
Topic: Porting to msp432
Replies: 28
Views: 28467

Re: Porting to msp432

I'm using ubuntu 14 and had the same issue. The /gcc/ folder was not in drivers/driverlib/MSP432P4xx/. I updated my driverlib folder with "MSP432_DriverLib_3_10_00_09" from TI's website and that issue is gone now. It appears to compile with no errors. Did you use "xdsdfu" to load "firmware.bin" to ...
by boniface
Wed Jun 15, 2016 8:28 pm
Forum: Other Boards
Topic: Porting to msp432
Replies: 28
Views: 28467

Re: Porting to msp432

It is fixed now. i didn't get that error because my local directory had those missing files.
by boniface
Tue Jun 14, 2016 10:54 pm
Forum: Other Boards
Topic: Porting to msp432
Replies: 28
Views: 28467

Re: Porting to msp432

In the Makefile, replace

Code: Select all

ROOT=drivers/
with

Code: Select all

ROOT=drivers
by boniface
Mon Jun 13, 2016 3:00 pm
Forum: Other Boards
Topic: Porting to msp432
Replies: 28
Views: 28467

Re: Porting to msp432

Where did you order it from? Mine took just a few working days, but there are lots you can do even without having the board.

Here is my repo:
https://github.com/BonifaceBassey/micro ... 432/msp432

Let me know if you have any contributions.