Skip to main content
Visitor II
November 10, 2020
Question

I cannot run bootloader + Main App with FreeRTOS(CMSIS).

  • November 10, 2020
  • 0 replies
  • 531 views

I cannot run bootloader + Main App with FreeRTOS(CMSIS).

I can build and run bootloader(Flash Addr=0x8000000, Size>8KB) + Main App(Flash Addr=0x8002000, Size120KB, no FreeRTOS) 

I refered these pages,

 https://github.com/darkspr1te/stm32f107vc_sd_bootloader

 https://lipoyang.hatenablog.com/entry/20171229/p1

But now I'm using FreeRTOS(CMSIS) with STM Cube IDE.

I cannot boot and run Main App(Flash Addr=0x8002000, Size120KB, using FreeRTOS[CMSIS])

Maybe I must set memory setting for FreeRTOS[CMSIS]. But I dont know how to change adress setting.

Please tell me and give me some advices.

    This topic has been closed for replies.