• Question about the book section of a project
    Hello, Is it possible to have a 'generic' book section that is valid for every project? For the moment, I have to add the same books over and over again for every new project I create. I know I could...
  • Question about the book section of a project
    Hello, Is it possible to have a 'generic' book section that is valid for every project? For the moment, I have to add the same books over and over again for every new project I create. I know I could...
  • Question about "EMPTY" section in scatter file
    Hi, I am trying to define a 64 byte memory block in RAM to hold some variables that need to be initialised. I would like to have the rest (unused) bytes of the 64 byte block to be "filled" with...
  • Question about "EMPTY" section in scatter file
    Hi, I am trying to define a 64 byte memory block in RAM to hold some variables that need to be initialised. I would like to have the rest (unused) bytes of the 64 byte block to be "filled" with...
  • Questions after following along with M0 Book
    Hi, Running through code from a Book on the Cortex M0 by Yui. The code works for most of the examples with no problem. But I have a few questions. 1.) Looking at any of the RTX task examples...