“Ok! Google! Play the music!” It is close to such a day when I hear it in Japan too. Google revealed that Google Home will be available in the Japan market in this summer of 2017.
Read more
“Ok! Google! Play the music!” It is close to such a day when I hear it in Japan too. Google revealed that Google Home will be available in the Japan market in this summer of 2017.
Read moreThis time, I would like to introduce tips and settings about printf debug as a handy method for debugging. Printf debug is the debug using the printf() function, and whether variables are expected values, code execution, conditional branching, etc. are working properly, or not. And, It helps to visualize the log of the code execution etc. as a dynamic state of the code to output to a standard output (display etc) for debug.
Read moreHaven’t you ever experienced that your system was not enough performance? I have often had such situation. If you select MCU with even higher performance, the cost of the system will increase and the sky is the limit.
Read moreIn the previous article I posted about NXP’s new development environment MCUXPRESSO IDE, SDK builder and clock tool. This time I would like to show how to use pin tool.
Read moreThe development environment of the NXP microcontroller(MCU) has been redesigned recently. The development environment of LPC and Kinetis which are the MCU of NXP and former Freescale are integrated and finally became the form.
Read more