Search Results

Search results 1-2 of 2.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Hi, I want to fill a certain memory area with a value in J-Mem. For instance, I want to fill 0x00000000 till 0x0010000 with value 5F, then I only see the values updated in the visible screen area. Lets say the visible screen area is from 0x00000000 till 0x000007E0, I only see those values there. If I make the screen smaller or larger I see a larger area updated. So it looks to me like it only updates it in the visible screen area and not in the region I entered in the "Fill memory area". Is this…

  • Hi, How can I configure the option that segger auto inserts a curly brace } after a statement. For instance, if I type if () { then it's not auto inserting the closing brace } like almost all other editors do by default. Also another feature in embedded studio, the C template, if I type for instance 'if', it auto completes a statement. However the identation for this template is not correct. With the if statement it shows: if () { } How can I make this identation another style, for instance the …