• static key word in user functions
    Can I use static key word in user function? FUNC char StateMachine(void) { static unsigned char _state; switch(_state) { case 0: ... } }
  • key word sporting in STM32F7xx controller
    I tried to execute Smart mic project with KWS (real time) example as given in "Smart mic - " ">www.st.com/.../fp-aud-smartmic1.html" and KWS - " ">github.com/.../ML-KWS-for-MCU" . I got some issue in...
  • key word sporting in STM32F7xx controller
    I tried to execute Smart mic project with KWS (real time) example as given in "Smart mic - " ">www.st.com/.../fp-aud-smartmic1.html" and KWS - " ">github.com/.../ML-KWS-for-MCU" . I got some issue in...
  • static key word in user functions
    Can I use static key word in user function? FUNC char StateMachine(void) { static unsigned char _state; switch(_state) { case 0: ... } }
  • How does compiler C51 realize the key word reentrant?
    In the following example,the chip is Dallas390 and the off-chip xdata starts from x:0x20000.Large model and large reentrant function stack is selected. The C language source: unsigned char func1(unsigned...