why I can only run *(__IO uint32_t *)(0x6C000000) = data; from main.c
I am trying to use FMC and I am using *(__IO uint32_t *)(0x6C000000) = datato send the databut it only works from main.c I had bunch libraries included in other files too.when I try to create new c file and put there I am getting errors. Can anybody ...