MT3620 Technical Reference Manual

Saud Farooqui 1 Reputation point
2020-08-17T10:45:21.49+00:00

Hi,

I need to port a proprietary RTOS on the Cortex M4 core of MT3620 and for this I need the technical reference manual of the SoC. Can someone please let me know where can I find this?

Azure Sphere
Azure Sphere
An Azure internet of things security solution including hardware, operating system, and cloud components.
167 questions
{count} votes

2 answers

Sort by: Most helpful
  1. AshokPeddakotla-MSFT 32,856 Reputation points
    2020-08-17T16:40:40.88+00:00

    @Saud Farooqui Welcome to Q&A forum!

    The MT3620 includes two general-purpose ARM Cortex-M4F subsystems, each of which has a dedicated GPIO/UART block. Customer use of these subsystems (and the GPIOs/UARTs) is currently in preview.

    Did you look at the Port an existing real-time capable application documentation?

    Most existing ARM Cortex-M4 applications can be ported to run as real-time capable applications (RTApps) on the MT3620, if they do not have specific hardware dependencies. You can also port applications that run with an existing real-time operating system (RTOS). Porting involves the following tasks:

    • Import the project into Visual Studio
    • Configure the project for the target processor
    • Configure device-specific parameters
    • Create ELF files

    Please go through the documentation and let us know if you have further queries.


  2. matsujirushi 636 Reputation points MVP
    2020-08-18T00:30:28.227+00:00

    If you want then datasheet of MT3620 M4, you can request the "MT3620 M4 Datasheet" from Avnet by emailing Azure.Sphere@udi abraham .com.
    https://video2.skills-academy.com/en-us/azure-sphere/app-development/use-peripherals-rt

    or you can read MT3620 M4 Driver code.
    https://github.com/MediaTek-Labs/mt3620_m4_software

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.