Search Results
Search results 1-7 of 7.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Hi,I'm a new user to Embedded Studio and I have some questions about the settings of Environment Option->Language. I have changed every options on the picture but I can't find any difference when I coding after I changed those option. Do you have some examples of those options to help me understand those functions on the picture better? Thank you very much. forum.segger.com/index.php/Attachment/5017/
-
Hi Nino, so thanks for your help, I have known how to figure it out now. I found that if I want to go to definition of a function which embedded into another function, I have to copy the embedded function and paste it to another new line, then I can go to definition successfully. By the way, even if I add the "//" symbol before the pasted function, it won't be able to go to definition successfully, so... I was just thinking that maybe it's just a little bit inconvenient for the users
-
example video
-
Hi, I have uploaded both the example's and video's link of google drive, thanks
-
Hello, Nino, I want to uploaded a video I captured from my mac to explain the issue I found, but he told me that the size of my video is too large, how can I upload this video to you? Thanks
-
Hi, I have just found that some defined phrase can't go to definition normally. For example, I can't go to the defined of the phrase "IS_GPIO_ALL_INSTANCE" normally while it actually existed in the file "stm32f767xx.h", I'm sure that I have added the address of "stm32f767xx.h" into users include directories in the preprocessor tag. I have tried another IDE and I can go to this definition normally in keil for mdk
-
Hi, I was using SEGGER EMBEDDED STUDIO recently and I found that if I choose to create a new project in an existing solution, the new project won't create an .emproject file. For example, if I create a project named "led" in an existing old solution and I remove the "led" project from the old solution then, I won't be able to add the "led" project back to solution again easily because the "led" project dose not have an .emproject file. Maybe I have to create a new project in a new solution and a…