[LPC802] LED blinky programming for dummies. ~1~

I would like to puck up this time an easy programming on MCU for child or dummies. The program is going to be a LED Blinky program, it simply blinks LED’s. Actually, you might have seen this type of articles somewhere. I tried to show an MCU programming using development environment that is  a free of charge, which is being used at work in an actual environment.

Read more

How to place RAM func in GCC environment???

It is so easy to place a function in RAM when you use IAR EWARM, all you have to do is  put one magical word. Then, EWARM do automatically handle the function and place it in RAM. Now, how about MCUXpresso IDE? that is a GCC environment, how can you do that? This time, I will give you a hint how you can place a function in RAM in case of GCC environment.

Read more

Why not use ADC and an embedded temp sensor on Kinetis K64.

There are a lot of MCU’s that embedded an temp sensor. So, I’m gonna try and get it working. In general, a temp sensor’s output impedance tends to be relatively high, that could cause the noisy result. This time, I will verify the measurement result to see how much it varies.

Read more