
asgard20032
Members-
Content Count
57 -
Joined
-
Last visited
About asgard20032
-
Rank
Level 1
Profile Information
-
Interests
Computer engineering
-
So sqrtf from AVR libc would be more optimized? Or maybe the sqrtf from AVR libc is hand written in assembly///very compiler optimized, while the one from arm newlib is written in a generic way
-
Could someone explain why an emulated double on msp432 would be slower than an emulated double on arduino? Maybe it has something to do with wait state and pipeline? Arduino being a single cycle zero wait state with a very simple pipeline, so in a loop, the pipeline don't slow thing down. For m4, i don't remember if it has pipeline optimization in loop, but zero wait state is probably what slow thing down.
-
Wait, wut? We now have color tv in canada? I am going to the general store right now to buy one. EDIT : In the manual, it say to plug it... what does it mean? They are talking about something called electricity in the manual, is it black magic?
-
Do you live in an igloo? What about beaver? And woodcutting? Do you have color TV? DO you have a pet polar bear? well i also live in Canada...
-
Code Composer Studio upgrades are now free (revised)
asgard20032 replied to oPossum's topic in Compilers and IDEs
I didn't run into code size limit with msp430, because i don't use them often (i only used it once in my final project). But if i could use them without code restriction, i would use them as my favorite one. The problem is not for code size, but more for data size embedded in code size, for example, string and pixel array for font and bitmap used for any display. -
Code Composer Studio upgrades are now free (revised)
asgard20032 replied to oPossum's topic in Compilers and IDEs
On Tiva, rom function is less useful for our licensing problem, since when used with an XDS100, its free. Since there is apparently no driverlib on msp430, then we are hit hard by the code size limit. On msp432, the on board driverlib help us to get more from the size limit imposed. -
Code Composer Studio upgrades are now free (revised)
asgard20032 replied to oPossum's topic in Compilers and IDEs
Well, it was not intended to be a good point, i was just trying to remember which mcu had on-board rom with function. I know that NXP has some mcu with on-board ron USB stack. Any other manufacturer has mcu with embedded function in their rom? -
Code Composer Studio upgrades are now free (revised)
asgard20032 replied to oPossum's topic in Compilers and IDEs
Which msp430 has built-in ROM functions? -
Thats a good question, i never really understood how to find camera to be interfaced to mcu. If someone could explain me how to search for one... What term to use for search, website to buy some, which one are easy to solder/interface...
-
I would never use a camera with msp430 (and maybe not even a color display)... Really, an ARM cortex is better suited when it come to GUI, display and camera and storage (SD card).
-
Code Composer Studio upgrades are now free (revised)
asgard20032 replied to oPossum's topic in Compilers and IDEs
Well, for every mcu a hobbyist/student may use, so every msp430 excluding industrial one (i think its w series), every arm mcu (excluding safety serie), the arm used in beaglebone, CC with an arm or msp430 core, and lastly, the lower end of their dsp series. With the exception of the DSP and arm safety used in the launchpad. They could call it CCS light edition, or CCS entry edition. -
Code Composer Studio upgrades are now free (revised)
asgard20032 replied to oPossum's topic in Compilers and IDEs
The reason why a hobbyist would want to use TI compiler instead of gcc is to avoid bug in gcc (there are still some bug in GCC for msp430, especially for extended architecture 20 bits), because most of TI example are for their own compiler, and most of their library are written for their own compiler. Although, for many of their example/library, there is only minor modification needed to compile under gcc, for a hobbyist learning mcu.... messing with compiler specific thing is outside his learning scope for now. Also, TI compiler generate more optimized code. -
Code Composer Studio upgrades are now free (revised)
asgard20032 replied to oPossum's topic in Compilers and IDEs
EDIT: its 495$, i was reading the wrong thing What is 495$? I see 159$. I think we will have to wait a few hour/day for TI to adjust the pricing/info on the website to reflect their new policy. It will finally be more adequate for student like me to buy CCS. At around 100-200$, i might consider buying a license for development on msp430 & msp432 & CCxxx platform, and buy a crosswork for all my arm related work (although they don't offer lifetime upgrade, they are still affordable. One of the great thing of this CCS offer is one low-medium price = lifetime upgrade, no limit, commerc -
Low cost CAN Bus Analyzer - 25% Off Coupon
asgard20032 replied to dubnet's topic in Embedded Systems/Test Equipment Deals
Interesting, maybe i will get one... but is it worth to get such device if i will buy a saleae logic analyzer? Now i just need to get a RF analyzer (i missed that big TI discount on that cc430 based rf analyzer) -
Fedora, Energia, and a missing file (that is there)
asgard20032 replied to illithid66's topic in Energia - TivaC/CC3XXX
What is C: ? You know, we are talking about real OS here, so there is no such thing as C:. Also, GNU/Linux + Any decent filesystem (so not NTFS or FAT) support very very very very very very long path. We could say the path length could be unlimited, the only restriction is on the file name must not be more than 255 character.