HI
i have already learned from Wikipedia about Micro-controller and microprocessor
Microprocessor(wikipedia) -
A minimal hypothetical microprocessor might only include an arithmetic logic unit (ALU) and a control logic section. The ALU performs operations such as addition, subtraction, and operations such as AND or OR. Each operation of the ALU sets one or more flags in a status register, which indicate the results of the last operation (zero value, negative number, overflow. or others). The logic section retrieves instruction operation codes from memory, and initiates whatever sequence of operations of the ALU required to carry out the instruction.
Micro-controller(wikipedia)-
A microcontroller is a small computer on a single integrated circuit containing a processor core, memory, and programmable input/output peripherals. Program memory in the form of NOR flash or OTP ROM is also often included on chip, as well as a typically small amount of RAM.
So DM3730 contains
CPU - ARM and DSP
Memory - 120 KBytes ROM (88KB secure/32KB public)
64 KBytes single-access SRAM (62KB secure/2KB public)
Programmable I/O - General-purpose input/output pins controlled by six GPIO
Source is DM3730 Sprugn4l
So why its not called as MICROCONTROLLER...?