Search Results
Search results 1-3 of 3.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Hi, I work with SES and the j-Link Mini. I'm able to compile the example projekt "RaspberryPi_Pico_QSPI_Blinky" for the RP2040 and connect to the target. When I start the debugger, I can see in the disassembly window the C source but no disassembled code. Is there any option that I have to set. Regards and thanks for support Lothar
-
Hi Lucas, I started to work with the RP2040 and the Segger Embedded Studio. I'm able to compile and debug the sample projekt RaspberryPi_Pico_QSPI_Blinky with the BSP. Now I try to implement the FreeRtos SMP. At the momnent I get the Linker error: undefined symbol __StackOneBottom referenced by symbol multicore_launch_core1 (section .text.multicore_launch_core1 in file multicore.o) In the pico sdk the symbol __StackOneBottom is defined in the file memmap_default.ld. Is there an equivalent possib…