• Execute code from ram - When will the code be copied into the ram?
    I configured a module in my code so that the functions will be executed from ram. I'm wondering now, when the code will be copied from flash into the ram? At startup? Unpredictable? Thanks for your...
  • Execute code from ram - When will the code be copied into the ram?
    I configured a module in my code so that the functions will be executed from ram. I'm wondering now, when the code will be copied from flash into the ram? At startup? Unpredictable? Thanks for your...
  • Will data precision affect uniform block layout?
    Hello, I am using std140 for Uniform Block Layout, I defined a simple uniform block like below: on the cpu side, I defined the structure like MyTestStruct { Vector4 FinalColor1; Vector4 FinalColor2;...
  • How to place assembler function in ram
    a function could be placed in ram by assigning the __ram switch. How to do this for assembler functions? //********************************************************************* // 32*32 bit signed...
  • How to place assembler function in ram
    a function could be placed in ram by assigning the __ram switch. How to do this for assembler functions? //********************************************************************* // 32*32 bit signed...