• does adc clock affect value converted
    hello every body, for the AT83C5115 ou AT89C51CC01 in X2 mode does the adc clock affect the values resulted in ADDH, ADDL. i'm getting half the value expected for a temperature measurement. thanks...
  • Does STM32F4xx_DSP_StdPeriph_Lib_V1.8.0 installation position affects to KEIL?
    Hi, I have another computer for testing STM32F429 DISC1 kit with KEIL. But I've got a some problem as the below image. https://imgur.com/a/ytwN8 You can see the red X mark in the Keil editor...
  • Does _crol_ in intrins.h affect the carry bit?
    I want to avoid the use of inline assembler in my code so I was hoping to replace RLC A with _crol(). Will this work or is _crol_() implemented with RL A (no carry bit)? Thanks in advance.
  • what's the affect of XDATA space memory overlap?
    what's the affect of XDATA space memory overlap? I have 128 Kbytes of external ram so I use 17 Address buses and switch between 2 pages of ram by A17. I use _at_ for some data that I want to fix at...
  • RL_FlashFs affect my interrupt handler
    my question is Dos RL_FlashFs turn off interrupt? I am using a EXIT interrupt to sampling A/D,the EXIT interrupt freqency is about 50k. I find every time when I handle files,the sampled data...