• STM32Cube Framework API - STM32CubeMX versus Classic
    I'm interested in hearing other people's views on the pros and cons of configuring and managing a project's Device Cube framework API by using STM32CubeMX as opposed to the classic RTE_Device.h I...
  • how can i interface 8051 microcontroller with nokia 2600 classic?
    hello sir, I am Purvesh Shah. My final year project title is GSM Base device controller. In this project I want to interface 8051 microcontroller with Nokia 2600 classic Mobile. So i don't know how...
  • Debugging Error using Cx51
    *** error 65: access violation at C:0x006B : no 'execute/read' permission It's obvious that 0x006B is the vector of my interrupt,that can nor be executed... Due to restrictions of my developing board...
  • CX51 strtoul library routine
    CX51 not support strtoul library routine ! unsigned long x; unsigned char c[]="12345678" x = strtoul (c,NULL,10); returned zero ?
  • Cx51 compiler
    What is and how to fix "FALTAL ERROR L236: ADDRESS IS NOT IN ASCENDING ORDER"?