• Small off-the-shelf small ARM module (15mmx25mm or less)?
    We are looking for off-the-shelf small ARM module (15mmx25mm or less) with the following specs: - single core >= 100MHz is OK >= 256k RAM >= 256kb ROM >= 2mbit flash - battery charging circuit - uart...
  • Small off-the-shelf small ARM module (15mmx25mm or less)?
    We are looking for off-the-shelf small ARM module (15mmx25mm or less) with the following specs: - single core >= 100MHz is OK >= 256k RAM >= 256kb ROM >= 2mbit flash - battery charging circuit - uart...
  • Problem using "#pragma small" and the volatile dilemna
    Hello gurus! I am developing code for an 8051 variant with 2K of on-chip XDATA and 32K of flash. Question 1: I have compiled the entire project with memory model as "large". I am trying to...
  • Problem using "#pragma small" and the volatile dilemna
    Hello gurus! I am developing code for an 8051 variant with 2K of on-chip XDATA and 32K of flash. Question 1: I have compiled the entire project with memory model as "large". I am trying to...
  • small function
    is it possible to change "memory model" for a function in an object module for example " small defined in an object" using a linker directive or some other way ? any idea ?