• Global variables and local variables misbehaving in KEIL uvision 5 when using with STMCUBEMX
    Hi, I am working on STM32F407 discovery board . I am using STMCUBEMX for using the HAL drivers. It is working fine. I am working on ADC to read the battery voltage . I have used STMCUBEMX for creating...
  • Global variables and local variables misbehaving in KEIL uvision 5 when using with STMCUBEMX
    Hi, I am working on STM32F407 discovery board . I am using STMCUBEMX for using the HAL drivers. It is working fine. I am working on ADC to read the battery voltage . I have used STMCUBEMX for creating...
  • Local and global monitor for exclusive access
    Note: This was originally posted on 19th August 2011 at http://forums.arm.com Hi, My questions are about monitor for exclusive access. 1. If I want to use exclusive access in a dual Cortex cpu system...
  • Local and global monitor for exclusive access
    Note: This was originally posted on 19th August 2011 at http://forums.arm.com Hi, My questions are about monitor for exclusive access. 1. If I want to use exclusive access in a dual Cortex cpu system...
  • Global varible or Local varibles which is best wrt data memory usage?
    Hi , Which is best local or global variables wrt data memory ?I observed that XData size is getting reduced when I am replacing my global variable with local variable.is there any effect on internal...