User Activity

I have a problem here:When calling strcat() on a target string with odd length and odd source, the controller goes into hardfault, SCB_UFST_UNALIGNED is set. If I deactivate the unaligned trap (SCB_CCR_UNALIGN_TRP == 0), the following happens.The con...