-
Re: Device selection
brendansimon Feb 11, 2019 6:02 AM (in response to al!)Did you select the device that expands underneath the board?
e.g. `STM32F4-Discovery` => `STM32F407VG`
-
Re: Device selection
al! Feb 11, 2019 12:21 PM (in response to brendansimon)Yes I did, As you may notice that the device(STM32F103RB) in the screenshot has a dotted square selection. But other than that nothing happens.
-
-
Re: Device selection
ilg Feb 11, 2019 12:57 PM (in response to al!)the attached image seems not publicly available.
-
Re: Device selection
al! Feb 12, 2019 12:32 AM (in response to ilg)I see it has been removed from the post. I have upload it here: https://pasteboard.co/I0MjE32.png
-
Re: Device selection
brendansimon Feb 12, 2019 1:12 AM (in response to al!)I had to manually cut-n-paste it into my browser. element14 would load it or link to it for some reason (maybe it's Firefox?)
For the STM32F4-Disco it sets up the linker map addresses when you click on the device STM32F407VG. At a guess it probably also helps when starting the debug to fire up the correct board, or at least setting up the correct launcher for the selected board.
Maybe the Nucleo board you've selected needs more work in GNU MCU Eclipse or maybe it's doing the right thing but you just don't see it because it's all under the hood? have you tried to open a debug session to QEMU?
-
Re: Device selection
al! Feb 12, 2019 3:59 AM (in response to brendansimon)Yes you are correct it use to set up linker map addresses when I click on device (STM32F103RB in my case). But for some reason it is not working now. I have recreated the environment multiple times on multiple machines and on both Windows and Linux.
I am using GNU MCU Eclipse IDE for C/C++ Developers. After extracting I refresh packs and then install STM32F103RB device support pack. Then I create a simple project and try to assign device.
-
Re: Device selection
ilg Feb 12, 2019 4:22 AM (in response to al!)1 of 1 people found this helpfulAre you sure you installed the STM32F1xx_DFP? To access the NUCLEO boards, you installed STM32NUCLEO_BSP, but the device definitions are not there, you also need the DFP package.
-
Re: Device selection
al! Feb 12, 2019 4:31 AM (in response to ilg)Thank you. That was the culprit. After installing DFP it works.
-
Re: Device selection
ilg Feb 12, 2019 4:33 AM (in response to al!)you're welcome. please mark the correct answer, to close the thread.
-
-
-
-
-
-