Search Results
Search results 1-4 of 4.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Hi, thank you - can you provide me with an example of a post-build command which would compile different code segments as explained before? I will look into this in the mean time.
-
Hi, I have the following situation where in the same project I have code for different transceivers in order to avoid having multiple projects for different transceivers. If possible, I would like to automatically generate three different HEX file outputs for the different transceivers (a kind of HEX file output variations). We can implement a manual system where we would compile a single HEX file output each time based on the C preprocessor definition selected, but that would be time consuming.…
-
Hi Johannes, Excuse the late reply. Is it possible to get the current linker script and modify it? Starting an entire one from scratch might be more difficult. Thanks
-
Hi, first time posting here. I have reserved a section in my RAM memory segment called 'my_non_init' (as highlighted in the screenshot attached) and gave it a size of 0x1000. 1. A size of 0x1000 stands for 4096 bytes, right? 2. Since I have reserved 4096 bytes (4kB) but the Memory View shows 24.1kB, why don't I get a compilation error? It is essential for me to know the amount of bytes needed/reserved to be able to block the same amount of non initialized memory in the bootloader. Thanks!