• Out of Scope
    Hi When I debug my codes, and I used to watch the variables and sometime it says 'out of scope'. I could not find it in my manual. Can anyone kindly please explain what is out of scope? Thank...
  • I2C EEPROM Interface Issue
    I tried to interface a 24LC512 I2C EEPROM with a STM32F103RBT6 microcontroller but no success. I used the code supplied by ST and is as follows: #include "i2c_ee.h" typedef enum {FAILED = 0...
  • How to Read/Write sequential data from/into a Memory
    Dear All, I'm really new for 8051 programming. I coding with C and I've a structure variable below, typedef struct PERSON_ST{ int ID; char Name[10]; char Age; }; struct PERSON_ST person;...
  • Energy probe issue - No data prints on Streamline
    Hello there, I am trying to collect energy data from the STM32MP15 through an energy probe. I configure it on Streamline, I can see the ttyACM0 but no data appears when I launch the capture. I am...
  • Streamline capture issue with custom ARM Energy Probe.
    Hello everyone, I've got a question to the developer or project manager of DS-5 Streamline with the ARM Energy probe. I'm running DS-5 version 5.18.0 and I'm developping a custom ARM Energy Probe. Everything...