Hello Nino, I've tried to import an SW4STM32 Eclipse project, but it fails. You can find project attached. Could you please try to import it? Best Regards, ilkay KOZAK
Hi, is it possible to import an eclipse project on MacOS? When I try to import an Eclipse project, in import window '.project' and '.cproject' files are grayed so can not be imported. is it only done in windows? Regards, ilkay KOZAK
Hi, in Turkish Q keyboard '{' is typed pressing Right Alt + 7, for '}' Right Alt + 0. it works on v3.34 , but doesn't work on 3.34a . I've tested on may Macbook Pro and iMac , both same. Regards, ilkay KOZAK
Thank you Nino, is there any plan for MBED to export as 'Segger Embedded Studio' project? it currently supports ide's below. we will be very happy to have this feature. p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Andale Mono'; color: #28fe14; background-color: #000000; background-color: rgba(0, 0, 0, 0.9)} span.s1 {font-variant-ligatures: no-common-ligatures} atmelstudio, coide, ds5_5, e2studio, eclipse, embitz, gcc_arm, gnuarmeclipse, iar, kds, lpcxpresso, make_armc5, make_armc6, make_…
Hello Nino, Thank you for your answer. When I use external compiler, it seems that directly compiles to obj file. I wonder if it uses the same principle quietly? Regards, ilkay KOZAK
Hi, I've created a project with SES (STM32F207VE / internal compiler) . But when I compile it, it converts c files to assembler . Then it compiles using assembler to object. is it possible to compile directly to object file ? Regards, ilkay KOZAK
Hello Nino, You can find my elf file attached. ELF Header is below. When I connect using Target/Connect J-Link/Verify , it's output is; ( it flashes bank 0 (0x08000000 - 32K ) Connecting ?J-Link? using ?USB? Connecting to target using SWD Loaded /Applications/SEGGER Embedded Studio for ARM 3.34/bin/libjlinkarm.dylib Firmware Version: J-Link Pro V4 compiled Dec 12 2017 14:34:30 DLL Version: 6.22d Hardware Version: V4.00 Target Voltage: 4.603 Device "STM32F207VE" selected. Found SW-DP with ID 0x2B…
Hello, I use STM32F207VC and my bootloader address is between 0x08000000 and 0x08003FFF . Application starts at 0x08004000 . But when I start debug , it checks CRC and erases bootloader sectors. How can I protect bootloader sectors? Regards, ilkay KOZAK
Hello, I use Keil MDK and want to set RTT Range. the Command is 'SetRTTSearchRanges 0x20000000 0x10000' . I can execute it JLink command window. is there any documentation for SetRTTSearchRanges in Keil MDK? (How to use it?) Regards, ilkay KOZAK
Hello, is it possible to use openOCD (J-Link connection) in SES? in openOCD there is a config file called esp32.cfg , it configures and connects to esp32 device. How can I use that config file ? (you can find esp32.cfg attached.) Regards, ilkay KOZAK
Hello Nino, I use J-Link , visualgdb (visual studio community edition) without any problem. I can download and debug esp32 code. You can check links below. visualgdb.com/tutorials/ sysprogs.com/w/forums/topic/openocd-segger-jlink-esp32/ Regards, ilkay KOZAK
Hello, Do you have any plan to support ESP32 Development? Because it also uses GNU tools, so I think it will be easy to port . ESP32 will be more an more popular. Regards, ilkay KOZAK
Hello, I use STM32L433VC microcontroller from ST. it has 64 KB of RAM. But RTT searches range between 0x0000 AND 0x7FFF . So if RTT Block address is bigger than 0x8000 , JLink-Pro keeps searching and doesn't find correct address. How can I change search address range? Regards, ilkay KOZAK