• ARM cortexM4 improve rearranging an unsinged int variable
    I'm just start learning ARM cortex-M4, that have advanced funcition like DSP instruction,FPU, ... uint32_t my_rearrange(uint32_t value){ uint32_t value_high = (value & 0xffff0000)>>16; uint32_t...
  • Error C4065E after rearranging Include path using GUI
    I built a project using STMCubeMX from ST, and it built. I added a few source files, added a couple of include paths, both using the GUI. It still tried to build, but the include paths were not correct...
  • ARM cortexM4 improve rearranging an unsinged int variable
    I'm just start learning ARM cortex-M4, that have advanced funcition like DSP instruction,FPU, ... uint32_t my_rearrange(uint32_t value){ uint32_t value_high = (value & 0xffff0000)>>16; uint32_t...
  • Error C4065E after rearranging Include path using GUI
    I built a project using STMCubeMX from ST, and it built. I added a few source files, added a couple of include paths, both using the GUI. It still tried to build, but the include paths were not correct...
  • S32K144 program modify sct file to rearrange the flash in Keil5 can not start up
    Hi,all I try to migrate a bootloader in keil5(V5.31). The mcu is s32k144. In the App project, change the sct file to rearrange the flash, the program can not run. Program start from 0x00000000 default...