Content originally posted in LPCWare by MarcVonWindscooting on Mon Oct 21 08:01:53 MST 2013
Quote: rickta59
To me, it feels like people working on commercial products with issues they are trying to solve via a vendor forum. To be honest I don't feel any need to help those people. If I help someone fix some problem with their code or figure out poor documentation, they just take that knowledge, keep it to themselves and put it into whatever commercial product they are building. I get limited benefit from it all.
Some are like that, but the good news is: most of them appear once and are never heard of again. And very often, they have an OSI layer 8 problem.
They are easily recognized because of over-estimating their importance to NXP.
However, if there is a commercial background, we sometimes have our back to the wall. Our boss wanting to know about 'progress', the deadline approaching,.... :O
Some people can deal with mental pressure, other's can't.
I have the belief that problems communicated in this forum here find their way back into user manuals or even in future modifications/features. This is a way of giving back and it's a very good one, because ALL users who are willing to read the manuals will benefit.
And yes, you're right, this forum here doesn't feel much like a community. In the beginning, I thought: "Nobody is here. I have a question but not a single answer in days, not even an insult!" But I got used to that.
I understand that microcontrollers as a hobby does not neccessarily mean to deal in depth with both hardware and software. OK - there is space for 'stencils' on both sides. Agreed.
Quote: rickta59
So why don't I stick with the msp430?
I never got in touch with msp430, although I have a dev-board and my last try was this summer. gcc was already built successfully but then the problem that uC was supposed to solve could be done in software with the remaining CPU resources of a LPC1754 (it was DLP-Link 3D decoding if you care). Bad luck! Since I started with LPC800/LPC1100 I believe, that's probably the end of MSP430 for me.
Quote: rickta59
P.S. You can find me on freenode.net in the #lpc1114 channel
I'm the asynchronous communication type of human and I've never used IRC until a few minutes ago. Probably too 'real-time' for me ;-)
Count on me, if you're starting a community for LPC1114. Of course, I expect you to include a link to my open-source LPC1114 flash-tool named mxli...
By the way, I had a short look at fabooh. Maybe you find it useful to define peripheral structures using the my script unionize.pl below. As an example I included syscon.h edited with unionize.pl . This script does an in-place modification. Sounds dangerous but isn't. apply ununionize.pl to syscon.h to see how that looked before. You'll immediately get the picture. unionized.h is a helper that should be included. Main purpose: define the word 'unionized' as nothing.