• Read/Write from register
    hi I'm using the soft-core Cortex-M0,keil uvision 5,vivado 14.4 I am trying to implement a filter on my Cortex m-0 based FPGA the main idea of this project is to create an accelerator from my C code to...
  • IRQ Execution in nRF51
    Hello I am using Seggar Embedded Studio for ARM V3.4 and nRF_SDK 12.3.0. I am using nRF51 DK I am trying to understand interrupts and interrupt handlers. The interrupt request for Watchdog timer...
  • 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...
  • uart cortex mo
    what is the error #include <stdio.h> #include "Device\Nuvoton\Nano100Series\Nano100Series.h" #include "Device\Nuvoton\Nano100Series\uart.h" #include "Device\Nuvoton\Nano100Series\uart.c" //#include...
  • 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...