The MSP432: Introduction to the Launchpad, its RTOS, and IDEs (Energia, CCSv6)

  Рет қаралды 43,137

Derek Molloy

Derek Molloy

Күн бұрын

Пікірлер
@efox29
@efox29 9 жыл бұрын
I have yet to see one bad video. Every video is a banger. Clear. Well explained. Well demo'd.
@kirtikaran1095
@kirtikaran1095 9 жыл бұрын
Hello sir, DO you have any plan to extend this series. If so please ASAP, if not please try. I learn so much from you thanks for all that
@sais8681
@sais8681 7 жыл бұрын
Awesome video. very detailed explanation of the code. Great job and hoping for more videos on this.. thank you.
@andymkhome6572
@andymkhome6572 9 жыл бұрын
Hi Derek, Great intro to the MSP432 Launchpad. I followed through your examples on Ubuntu 14.04 in Energia and CCS, including the Energy Trace and Debug; pleased to report it all worked well. Many thanks for this! Are you making any more videos on this board?
@ahbushnell1
@ahbushnell1 9 жыл бұрын
So when will there be a book on the MSP432?
@Magnetic999
@Magnetic999 9 жыл бұрын
Thanks for this great introduction!
@bluehornet6752
@bluehornet6752 9 жыл бұрын
That is a SWEET little board there. Only 71 milli-watts there at the end? Wow--impressive. I love the Arduino-like development environment as well. Very nice. At $795, CCS really isn't that terribly-priced for professional work. For instance, in order to get Enterprise-level embedded Linux support with Qt, you need the full "Enterprise" license, which can only be purchased on a perpetual (ie; one-time purchase) basis. And that's about $9K last I checked--and only includes one year of support. After that, it's another few thousand per year for support. Obviously you can use the open-source "community license" version--but then you're stuck with dynamic linking, which may or may not be a problem. Apples and oranges to CCS, I know. But the point is that at under $1K for a professional development tool, it's quite refreshing. Looks like they've done a very nice job with their Eclipse add-ons.
@faizanqureshi9837
@faizanqureshi9837 9 жыл бұрын
Hopefully new series
@keen2461
@keen2461 8 жыл бұрын
Great video. Thanks a lot.
@LemoUtan
@LemoUtan 8 жыл бұрын
Very useful. Rather weirdly, the RTOS Object View no longer includes the GPIO - the single most important viewandum in the CCS/RTOS GPIO project that you demonstrate - in the viewable modules. Everything else is there - it is specifically the GPIO, and its four watch lines, which has gone missing. Any idea what's up with that? Otherwise the debugging and stepping over works exactly as you have described.
@ShirishJadav162
@ShirishJadav162 7 жыл бұрын
Does the kit have its own boot loader or RTOS ? if I want to make my own board with MSP432 with plan IC How would I program the chip from energia and one launchpad kit?
@artmezins3785
@artmezins3785 8 жыл бұрын
I'm a bit late, but.. there was no discussion in the RTOS section regarding whether or not the serial function (or others for that matter) is thread-safe. And since there are different ways of making shared resources thread-safe, which method is employed here (e.g. does it use a semaphore to block access)? I suspect that there were no output collisions in the video because the processor is not heavily loaded, otherwise, how could the compiler "know" to chain the sequence of serial.println and serial.print? I've seen some really scrambled busybox output from multiple threads on commercial software that scared me (but it was only for debug code that never got turned off). Also, the intro stated that the RTOS is priority driven, but I saw no code with the priority assignments. It could be by order of file listings, but that is not something I would want.
@Ivan-fg666
@Ivan-fg666 9 жыл бұрын
your video is great, thank you for share whit us!
@nicholasoutramooty
@nicholasoutramooty 9 жыл бұрын
ARM seem to be really pushing MBED, which is vendor independent and also supports a RTOS and a standardised API for interfacing (cross platform at source level). How do you think this compares?
@IanPhillipsUK
@IanPhillipsUK 9 жыл бұрын
Not really sure where you are going with this. It's not really a question, but a weakly bounded assertion; with the implicit verb 'discuss'. Perhaps that's the point!! Ian
@nicholasoutramooty
@nicholasoutramooty 9 жыл бұрын
Mostly agree, except the question at the end is "how do they compare?" Not a quick or simple answer. I can't answer it yet, but we're switching to MBED starting next semester (and I've got the summer to prep). TI have a nice vertically integrated system, but it's locked to TI of course. Nothing wrong with that of course (as an iPhone developer I have to say this!). MBED 3 looks very intriguing however, and the community support is growing.
@Dr.Wiryajati
@Dr.Wiryajati 4 жыл бұрын
Nice video, good luck
@Dinozar
@Dinozar 6 жыл бұрын
Dear Derek, can you help me? I have the same board and use Energia 1.6.10E18, but I can't find my black bord in boards manager, just red one is and my board works with it incorrect. Serial.print doesn't work for example. Thank you for advance.
@yordan_ganev
@yordan_ganev 8 жыл бұрын
can i get the size of this launchpad please
@Aemilindore
@Aemilindore 9 жыл бұрын
Dear Derek, I truly value your videos. They have been really educational. Despite my gratefulness, I beg to disagree with you on some things you mentioned throughout this video. Although the MSP432 has a Cortex M4F core, there is a considerable amount of differences that need to be taken into account if you say MSP432 platform will support the upcoming beaglebones X15s 2 Cortex-M MCUs. I think you would rather have chosen a TIVA Series Cortex M or gone with a different vendor simply for the reason that MSP432 is build similar to the Vonnumann MSP430 MCUs. If you consider the clock tree, there it self a lot of differences can be noted. Could you chose a more appropriate true Cortex M4 platform? MSP432 sounds like a hybrid of Vonnumann MSP430 and ARM Cortex-M4F. If a person needs to teach ARM Cortex-M, MSP432 is absolutely not a good starting point.
@DerekMolloyatDCU
@DerekMolloyatDCU 9 жыл бұрын
Thanks Elusive Sanity, You are of course correct on the architecture, but I don't mention the X15 in the video for that reason (just on the Google+ post). My use of this platform is independent of the BeagleBone -- it is for a BeagleBone-free classroom project in the university on mobile robotics that could benefit from RTOS. However, I still think there is value in BeagleBone users engaging with these type of tools (especially given the low cost of ownership) so that they can use the board as a service-processor or that they start to become familiar with the type of tools that can be used to program the M4s on the AM5728.
@ariefnoorrahman3492
@ariefnoorrahman3492 7 жыл бұрын
I am newbie in ARM, however, on the MSP432 documentation, it clearly says that it use Harvard Architecture as another ARM M4F processor...cmiiw
@JATIN9268
@JATIN9268 7 жыл бұрын
How much this tutorial is useful in order to understand RTOS for CC1350?
@circuitstate
@circuitstate 7 жыл бұрын
Very useful. Thanks
@AbuSous2000PR
@AbuSous2000PR 8 жыл бұрын
thx .... many thx
Installing and using CCS v10 with the MSP432 Launchpad
31:53
Greg Turner
Рет қаралды 15 М.
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 700 М.
Linux Kernel 6.12 | This is Historic
1:07:22
Maple Circuit
Рет қаралды 123 М.
Hacking a weird TV censoring device
20:59
Ben Eater
Рет қаралды 3,3 МЛН
Beaglebone: An I2C Tutorial - Interfacing to a BMA180 Accelerometer
47:28
Easy & Powerful Arduino Alternative? #2 MSP432 Beginner's Guide
9:29
Python laid waste to my C++!
17:18
Sheafification of G
Рет қаралды 135 М.
EEVblog #642 - TI Connected Launchpad
35:11
EEVblog
Рет қаралды 75 М.
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН