element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Community Hub
Community Hub
Member's Forum Assistance in" Roadmap to Master Embedded Electronics and Register-Level Programming"?
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Leaderboard
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Community Hub to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 9 replies
  • Subscribers 532 subscribers
  • Views 648 views
  • Users 0 members are here
Related

Assistance in" Roadmap to Master Embedded Electronics and Register-Level Programming"?

VishalSoni00
VishalSoni00 8 months ago

Hi everyone,

I’m Vishal Soni, a Bachelor of Technology student majoring in Internet of Things (IoT). I’m an electronics enthusiast with a strong foundation in PCB design, circuit debugging, and a keen interest in hardware and embedded systems.

I’ve worked on several projects—some designed independently and others built with assistance from tools like ChatGPT. While these experiences have been valuable, I want to dive deeper and gain a strong grasp of register-level programming for microcontrollers. My goal is to understand microcontroller architecture better and work at a lower level of abstraction to build efficient and scalable solutions.

  • Sign in to reply
  • Cancel

Top Replies

  • rsc
    rsc 8 months ago +2
    Pick a micro, AVR, PIC, Intel, etc. Then get an ISP or JTAG programming board depending on what you need to program the micro. Install the required programming toolchain and go for it. If you really want…
  • dougw
    dougw 8 months ago +2
    Try working through one of the many on-line courses on assembly language programming. I would suggest the MSP430 as an MCU that has a nice clean architecture with orthogonal registers. (all registers have…
  • Jan Cumps
    Jan Cumps 8 months ago in reply to VishalSoni00 +2
    The existing toolchain will be able to handle your assembly files. If your IDE supports it, it 'll most likely assemble source files with extension ".S". It's also possible to inline assembly code. …
Parents
  • electronicbiker
    electronicbiker 8 months ago

    I started with a PIC chip many years ago, having bought a programmer, a manual, and several different chips. The manual is excellent, the programmer still works, and my first program worked after a bit of trial-and-error with the inputs to the A-D interfaces. This was not long after they first came out, they were remarkably cheap in those days!

    The programmer required RS 232 for comms, and I fitted it with a zero-insertion-force socket to plug the PIC in and out as necessary.

    The program I really wanted was to input two analogue voltages controlled by a two-axis analogue joystick, four push-buttons to four digital inputs, and that was it for the hardware. I wrote the software using a simple text editor, it occupied about two screens-full. This device replaced several CMOS up/down counters, two 'discreet' A-D CMOS converters, two pairs of quadrature decoders, and so on. The only thing that didn't work properly the first time I tried it was the joystick because I'd wired both axes back-to-front. Having sorted that out, I could fly my little Tiger Moth with the joystick, just like the real thing. I mean, whoever heard of flying a 'plane with a mouse?

    To make the same device with discreet components and a power supply would have occupied a box about the size of a shoe-box to put it all in. As it is, the PIC version is in a box about the size of a tobacco tin. It plugs into the mouse socket on the Acorn RISC-PC and works a treat. Since then I have made several other PIC-powered devices, I would have used them at work except that work decided they were too new to get any reliable reliability ratings.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • electronicbiker
    electronicbiker 8 months ago

    I started with a PIC chip many years ago, having bought a programmer, a manual, and several different chips. The manual is excellent, the programmer still works, and my first program worked after a bit of trial-and-error with the inputs to the A-D interfaces. This was not long after they first came out, they were remarkably cheap in those days!

    The programmer required RS 232 for comms, and I fitted it with a zero-insertion-force socket to plug the PIC in and out as necessary.

    The program I really wanted was to input two analogue voltages controlled by a two-axis analogue joystick, four push-buttons to four digital inputs, and that was it for the hardware. I wrote the software using a simple text editor, it occupied about two screens-full. This device replaced several CMOS up/down counters, two 'discreet' A-D CMOS converters, two pairs of quadrature decoders, and so on. The only thing that didn't work properly the first time I tried it was the joystick because I'd wired both axes back-to-front. Having sorted that out, I could fly my little Tiger Moth with the joystick, just like the real thing. I mean, whoever heard of flying a 'plane with a mouse?

    To make the same device with discreet components and a power supply would have occupied a box about the size of a shoe-box to put it all in. As it is, the PIC version is in a box about the size of a tobacco tin. It plugs into the mouse socket on the Acorn RISC-PC and works a treat. Since then I have made several other PIC-powered devices, I would have used them at work except that work decided they were too new to get any reliable reliability ratings.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube