• Receiving Data Using the UART CORTEX M0
    Hi, I wanted to write a simple program that doesn’t use interrupts or check any of the possible error flags, but that shows a simple UART application for receiving data. This is a part of the code I wrote...
  • Design Start ARM Cortex-M0 - UART
    Hi, My professor asked me to do offline processing for signal. I think for that i would only require a processor core, memory and probably a UART.   I have already built those hardware  from design kit...
  • cortex M0 based mcu dac error
    i i am developing cprtex mo based project. vendor is nuvoton. there seems to be error in dac. can i reduce the error. my dac ouput for input code 000 is 130mv. whose full scale range is 2.5v...
  • Unaligned accesses - CMSDK Example Cortex M0
    The spec mentions that the M0 will generate a Hardfault when unaligned accesses are detected. I would like to find out where is this implemented in RTL and understand it a little better. Does the...
  • custom board based on cortex M0 toggle pins not responding.
    i am trying to troggle two pins in a custom board built on cortex M0 core( nuvoton nano120 series 120lc2bn)/ i can get to toggle the given pins. pins are pc0 and pb12. #include <Device/Nuvoton/NANO1xx...