<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Microchip</title><link>https://community.element14.com/products/manufacturers/microchip/</link><description> </description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title /><link>https://community.element14.com/products/manufacturers/microchip/b/blog/posts/pic16f13276-pic18-q35-programmable-hardware-logic-no-cpld-required--new-from-microchip?CommentId=1e60e835-2dfd-4325-8834-bdf20cc2747f</link><pubDate>Mon, 27 Apr 2026 23:51:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:1e60e835-2dfd-4325-8834-bdf20cc2747f</guid><dc:creator>Microchip_MCU</dc:creator><description>Thank you for catching that. We have replaced the image.</description></item><item><title /><link>https://community.element14.com/products/manufacturers/microchip/b/blog/posts/pic16f13276-pic18-q35-programmable-hardware-logic-no-cpld-required--new-from-microchip?CommentId=e93eed6e-4e89-4ded-8beb-d7d82e26ac6a</link><pubDate>Sat, 25 Apr 2026 12:29:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:e93eed6e-4e89-4ded-8beb-d7d82e26ac6a</guid><dc:creator>jc2048</dc:creator><description>The evaluation board for the 18F56Q35 is EV55P36A https://www.microchip.com/en-us/development-tool/EV55P36A Microchip Direct have them in stock, so they&amp;#39;re just taking their time to work their way through distribution. They aren&amp;#39;t very much money either. It&amp;#39;s a very easy route to experimenting with logic design. If I&amp;#39;m understanding the datasheet correctly, the CPU-less ones would allow the part to work as just a CPLD. I used 16F parts quite a lot back in the 1990s - assembler, never in C. They&amp;#39;re very simple RISC parts. The data memory is separate to the code memory and is in the form of a register file (256 of them, so 8 bits in the instruction as an address), with paging of banks for the devices with more than 256. With multiple banks, there&amp;#39;s an area of 16 registers that are common to all banks. Personally, I wouldn&amp;#39;t try programming them in C without a good understanding of the architecture (ie learn with assembler, and then use the C as merely a high-level and more efficient way of writing the assembler). Presumably the compiler will hide that from you to a certain extent (bank switching in the background, etc), but there are still going to be complications with things like buffers wrapping round the page, and those sorts of issues, aren&amp;#39;t there. The 18F parts would be more amenable to high level coding because there&amp;#39;s a way of addressing the data memory in a flat form (only very vaguely remembered - I only did one design with 18F before moving on to the 24F parts, though even those I programmed in assembler). Somewhere I&amp;#39;ve got a PicKit3 programmer, but I don&amp;#39;t know if it would work with any of these parts.</description></item><item><title /><link>https://community.element14.com/products/manufacturers/microchip/b/blog/posts/pic16f13276-pic18-q35-programmable-hardware-logic-no-cpld-required--new-from-microchip?CommentId=8f9d8430-8dac-46cb-9312-0a89e5dd4f4f</link><pubDate>Sat, 25 Apr 2026 07:49:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:8f9d8430-8dac-46cb-9312-0a89e5dd4f4f</guid><dc:creator>Jan Cumps</dc:creator><description>The EV18Z11A evaluation kit is below 10 &amp;#163;, with on-board debugger... (looks like not in stock though with avnet and other distributors)</description></item><item><title /><link>https://community.element14.com/products/manufacturers/microchip/b/blog/posts/pic16f13276-pic18-q35-programmable-hardware-logic-no-cpld-required--new-from-microchip?CommentId=11fe5b0e-7209-492d-8b44-fc83fa6d5e84</link><pubDate>Sat, 25 Apr 2026 07:20:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:11fe5b0e-7209-492d-8b44-fc83fa6d5e84</guid><dc:creator>jc2048</dc:creator><description>Interesting devices. The 18F parts in particular, with 128 BLEs and available in DIP packages. Mistake in the selection graphic? BLE = basic logic element.</description></item><item><title>Blog Post: PIC16F13276 &amp; PIC18-Q35: Programmable Hardware Logic, No CPLD Required- New from Microchip</title><link>https://community.element14.com/products/manufacturers/microchip/b/blog/posts/pic16f13276-pic18-q35-programmable-hardware-logic-no-cpld-required--new-from-microchip</link><pubDate>Wed, 22 Apr 2026 22:26:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:754d39e3-ac14-4326-9cb1-fc1aee235427</guid><dc:creator>Microchip_MCU</dc:creator><description>What if you didn&amp;#39;t need a CPLD or FPGA for programmable logic? What if your MCU could do it all- no external components, smaller BOM, less board space, and still give you everything a CPLD would? Introducing the PIC16F132 and PIC18-Q35- the latest additions to Microchip&amp;#39;s growing Configurable Logic Block (CLB) product portfolio ; each with an on-chip CLB peripheral that runs fully independent of the CPU, so response times are deterministic and fixed, no jitter, no variability. For automotive, industrial, and safety-critical designs where timing guarantees are non-negotiable, that matters. And unlike FPGA toolchains, it&amp;#39;s fast to work with: MCC&amp;#39;s graphical CLB synthesizer lets you configure, simulate, and debug logic in minutes, with no HDL experience required. Eliminate that external component, shrink your BOM, reclaim that board space, and you haven&amp;#39;t given anything up. If you used PIC16F13145 last year, you already know where this is going. The PIC16F132 product family- Embedded Innovation with Configurable Logic and Enhanced Security The entry point. It&amp;#39;s an 8- to 40-pin PIC16 with 32 CLB logic elements - automotive-ready, cost-effective, and low-power. It&amp;#39;s built for designs where you need real hardware logic capability without the overhead of a standalone CPLD. Pair it with the 10-bit ADC with computation, 10-bit DAC, hardware CVD touch sensing, dual 16-bit PWMs, 2&amp;#215; comparators SMBus-compatible I&amp;#178;C/SPI and dual EUSARTs Up to 28 KB Flash, 2 KB SRAM, 256 B EEPROM Packages: SOIC, TSSOP, PDIP, SSOP, VQFN, TQFP and you have a surprisingly capable chip in a small, affordable package. Security is handled too PDID permanently disables the programming and debug interfaces after deployment, locking down your firmware from the hardware level up. PIC18-Q35- Maximum Flexibility for Custom Embedded Solutions This is where the CLB story gets serious. 128 logic elements . 64 MHz PIC18 core . Multi-Voltage I/O from 1.62V to 5.5V eliminates external level shifters for mixed-voltage designs. 4x DMA controllers handle data movement without touching the CPU. UART with LIN and DMX protocol support, Zero-Cross Detect, and the same PDID security lockdown as the F132- all in 28- to 48-pin packages. Built for industrial, automotive, and security-sensitive environments that demand both performance and flexibility on a single chip. Both families are fully supported in MPLAB X IDE and VS Code . MCC&amp;#39;s CLB synthesizer gives you a graphical drag-and-drop interface, Verilog for advanced users, built-in simulation, timing analysis, and hardware debug pins. No HDL experience needed -you can have custom logic running in minutes. Resources: Learn more about- PIC16F13145 / PIC16F132 / PIC18Q35 Check out products on Farnell- PIC16F132 Start developing with PIC16F132 Curiosity Nano Development Board PIC18FQ35 Family Data sheets- PIC16F132 community.element14.com/.../PIC16F13276_2D00_Product_2D00_Family_2D00_Sell_2D00_Sheet_2D00_DS00006301-_2800_1_2900_.pdf community.element14.com/.../PIC18_2D00_Q35_2D00_Product_2D00_Family_2D00_DS00006343.pdf PIC18Q35</description></item><item><title /><link>https://community.element14.com/products/manufacturers/microchip/b/blog/posts/introducing-the-pic32cm-pl10--low-power-touch-focused-32-bit-arm-cortex--m0-with-a-clear-path-from-avr?CommentId=90392e59-669f-4952-975a-d76388c15f47</link><pubDate>Fri, 13 Mar 2026 16:12:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:90392e59-669f-4952-975a-d76388c15f47</guid><dc:creator>misaz</dc:creator><description>what is the most compelling feature on the PIC32CMPL10 ? DIP package</description></item><item><title>Blog Post: Introducing the PIC32CM PL10- Low Power, Touch Focused 32-bit Arm®︎ Cortex®︎-M0+ , with a Clear Path from AVR</title><link>https://community.element14.com/products/manufacturers/microchip/b/blog/posts/introducing-the-pic32cm-pl10--low-power-touch-focused-32-bit-arm-cortex--m0-with-a-clear-path-from-avr</link><pubDate>Thu, 12 Mar 2026 22:24:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:58545d0c-d73a-41c0-b4d0-912a9a03797c</guid><dc:creator>Microchip_MCU</dc:creator><description>Microchip Technology recently launched the PIC32CM PL10, a 32-bit Arm&amp;#174; Cortex&amp;#174;-M0+ MCU making it easier to make the migration from 8-bit AVR feel a lot easier. Pin compatible with our AVR Dx/Ex family, 5V capable, and carrying over the peripherals you already know- MVIO, CCL, EVSYS- it&amp;#39;s built so you don&amp;#39;t have to redesign your power architecture or relearn your peripheral toolkit to get 32-bit performance. Let&amp;#39;s break down what&amp;#39;s new and what carries over. The AVR Migration Story If you&amp;#39;re running AVR Dx/Ex today, with a little effort, PIC32CMPL10 will allow your existing board layout to achieve migration. 5V logic has better noise margins than 3.3V. In industrial environments with motors, relays, or long cable runs, that extra headroom means fewer spurious glitches and more robust signal integrity. Lots of existing industrial and appliance designs run on 5V buses, sensors, and actuators. If your MCU is 3.3V-only, you&amp;#39;re adding level shifters everywhere, which means more BOM cost, more board space, and more failure points. Moving to most 32-bit parts means redesigning around 3.3V. The PL10 removes that barrier. You get 32-bit performance without touching your power architecture. The peripherals you already know carry straight over: MVIO for mixed-voltage I/O, CCL (Configurable Custom Logic) for hardware glue logic, and EVSYS (Event System) for peripheral-to-peripheral signaling without CPU involvement. The learning curve is about what&amp;#39;s new, not relearning what you already have. On-Chip Capacitive Touch- No External Controller Needed The integrated Peripheral Touch Controller (PTC) handles buttons, sliders, wheels, and multi-element touch layouts directly on the MCU - up to 29 channels, no external touch IC, nothing extra on the BOM. For real-world reliability we built in Driven Shield+ , which actively drives adjacent electrodes to stabilize the touch signal under moisture or electrical noise.. Touch surfaces are configured through our touch library - you&amp;#39;re defining behavior, not hand-tuning acquisition registers. Peripheral-Driven Power Architecture Two features here that work together really well: Event System - peripherals trigger each other in hardware, no CPU involved. A timer can kick off a periodic ADC conversion with zero firmware overhead. Fully deterministic. Sleepwalking - the PTC and ADC stay active while the core is in standby, only waking the CPU when a threshold is crossed or a touch is detected. Routine sensing never has to involve the processor at all. The result: low average current even in applications that need to stay responsive Wide Voltage Range + MVIO The PL10 runs from 1.8V to 5.5V , and Multi-Voltage I/O (MVIO) lets one I/O bank run at a different voltage from the core. Interface with 5V legacy peripherals or 1.8V sensors without adding level shifters. Useful in mixed-voltage systems where you&amp;#39;d otherwise be adding components just to bridge rails. The 12-bit ADC (up to 800 ksps) also includes a built-in low-pass filter and internal techniques for cleaner, more consistent measurements- feeding both touch acquisition and general-purpose analog sensing. Familiar Peripherals, Modern Dev Environment Alongside the touch and power features, you get SERCOM interfaces, timers, and configurable logic- the usual suspects. Existing design patterns carry over without surprises. Development is supported in MPLAB X IDE and VS Code with MPLAB extensions . Code examples and app notes are available through MPLAB Discover. G et Your Hands On It Grab the Curiosity Nano on Farnell The PIC32CM PL10 Curiosity Nano (EV10P22A) is the fastest way to start evaluating. It&amp;#39;s got: On-board debugger with virtual serial port over USB-C Adjustable target voltage (1.8–5.1V) User LED, mechanical switch, and an on-board touch button ready to go Curiosity Nano edge connector- breadboard compatible, castellated edges for surface mounting What are your thoughts- what is the most compelling feature on the PIC32CMPL10? Let us know in comments!</description></item><item><title /><link>https://community.element14.com/products/manufacturers/microchip/b/blog/posts/release-of-microchip-motorbench-development-suite-version-2-50?CommentId=e058d2a1-57c3-4364-a0db-cf562d87bd32</link><pubDate>Mon, 05 May 2025 19:22:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:e058d2a1-57c3-4364-a0db-cf562d87bd32</guid><dc:creator>DAB</dc:creator><description>Looks interesting.</description></item><item><title>Blog Post: Release of Microchip motorBench®︎ Development Suite version 2.50</title><link>https://community.element14.com/products/manufacturers/microchip/b/blog/posts/release-of-microchip-motorbench-development-suite-version-2-50</link><pubDate>Thu, 01 May 2025 23:53:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:01712124-b86e-4e46-8b42-b76e4e37842a</guid><dc:creator>dsPIC_Microchip</dc:creator><description>For all motor control developers out there…Microchip Technology has released motorBench&amp;#174; Development Suite version 2.50. Automatically generate code and tune your motor to accelerate development of your embedded motor control system. New Features in version 2.50: Code generation using your own custom boards Code generation with our development boards Code generation using dsPIC&amp;#174; DSC Integrated Motor Drivers UI Interface improvement to calculate Ld and Lq Manual override of motor self-commissioning Updated Motor Control Application Framework https://www.microchip.com/en-us/solutions/technologies/motor-control-and-drive/motorbench-development-suite</description><category domain="https://community.element14.com/products/manufacturers/microchip/tags/hvac">hvac</category><category domain="https://community.element14.com/products/manufacturers/microchip/tags/motor%2bcontrol">motor control</category><category domain="https://community.element14.com/products/manufacturers/microchip/tags/sustainability">sustainability</category><category domain="https://community.element14.com/products/manufacturers/microchip/tags/industrial%2bautomation">industrial automation</category><category domain="https://community.element14.com/products/manufacturers/microchip/tags/motor">motor</category></item><item><title /><link>https://community.element14.com/products/manufacturers/microchip/b/blog/posts/microchip-technology-unveils-32-bit-mcu-family-with-integrated-high-performance-analog-peripherals?CommentId=582aeec7-27ae-4930-9056-4476c696a4d9</link><pubDate>Sat, 15 Mar 2025 20:30:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:582aeec7-27ae-4930-9056-4476c696a4d9</guid><dc:creator>dougw</dc:creator><description>There are a range of applications where this part will be a great fit, likely the the best fit in fact. However I hope the family gets extended in the future to include more RAM, because there is a nice range of applications for such a part that no MCUs are currently addressing. One of the many areas would be multi-channel high-speed data acquisition systems. We are currently tackling an application where the market size is in the millions of systems, but have had to solve it in other ways.</description></item><item><title /><link>https://community.element14.com/products/manufacturers/microchip/b/blog/posts/microchip-technology-unveils-32-bit-mcu-family-with-integrated-high-performance-analog-peripherals?CommentId=8c297112-ad0c-4f89-9f0e-4edb26dc5d9e</link><pubDate>Sat, 15 Mar 2025 18:34:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:8c297112-ad0c-4f89-9f0e-4edb26dc5d9e</guid><dc:creator>DAB</dc:creator><description>Agreed, but with the number of ADC channels you have it would be very challenging to process that many analog signals with the limited amount of buffer space.</description></item><item><title /><link>https://community.element14.com/products/manufacturers/microchip/b/blog/posts/microchip-technology-unveils-32-bit-mcu-family-with-integrated-high-performance-analog-peripherals?CommentId=78521cf0-cdae-403f-8383-1ab0778be4d7</link><pubDate>Fri, 14 Mar 2025 19:17:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:78521cf0-cdae-403f-8383-1ab0778be4d7</guid><dc:creator>dsPIC_Microchip</dc:creator><description>Thanks for the comments, the PIC32A will have its optimal use toward single- or multi-sensing type applications where data needs to processed in real-time for signals that are not in the high end frequency ranges, like say for a video signal (e.g. analog sensors, capacitive sensors for touch, audio signals, etc.). Signal peaks, averages, max values, and other attributes can be detected and processed in real-time. the ADC is capable of sampling at the specified value when triggering in bursts to sample a signal at periods where there might be jitter requiring the need for acquisition of more samples. In general, if you pull a high volume of data and immediately process it, you should be ok with the existing RAM size for these types of applications.</description></item><item><title /><link>https://community.element14.com/products/manufacturers/microchip/b/blog/posts/microchip-technology-unveils-32-bit-mcu-family-with-integrated-high-performance-analog-peripherals?CommentId=4900906b-4ebb-41fa-b27e-638a6d35bcb6</link><pubDate>Thu, 13 Mar 2025 19:30:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:4900906b-4ebb-41fa-b27e-638a6d35bcb6</guid><dc:creator>DAB</dc:creator><description>I agree with DougW, the lack of memory would severely affect where you would use this chip. As long as you have an application where you pull in a lot of data and immediately process it to extract meta data, you are probably ok.</description></item><item><title /><link>https://community.element14.com/products/manufacturers/microchip/b/blog/posts/microchip-technology-unveils-32-bit-mcu-family-with-integrated-high-performance-analog-peripherals?CommentId=7b1f4395-3c38-4420-b5b3-8f176fe8c71b</link><pubDate>Wed, 12 Mar 2025 18:29:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:7b1f4395-3c38-4420-b5b3-8f176fe8c71b</guid><dc:creator>dsPIC_Microchip</dc:creator><description>dougw, To answer your specific question about data buffering, please reference page 24 of the family datasheet which contains the family block diagram. Depending on the size of the data, The X RAM and Y RAM can be used to route in/out the analog data. Also please refer to page 629 for reference to the DMA.</description></item><item><title /><link>https://community.element14.com/products/manufacturers/microchip/b/blog/posts/microchip-technology-unveils-32-bit-mcu-family-with-integrated-high-performance-analog-peripherals?CommentId=58b57f22-f371-4d59-b307-362797425578</link><pubDate>Wed, 12 Mar 2025 15:49:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:58b57f22-f371-4d59-b307-362797425578</guid><dc:creator>dougw</dc:creator><description>There are some really great features in this ADC. I an wondering if the applications may be limited due to low RAM availability. It seems like it would only take a couple of milliseconds to fill all the RAM if the analog data needed to be buffered.</description></item><item><title /><link>https://community.element14.com/products/manufacturers/microchip/b/blog/posts/microchip-technology-unveils-32-bit-mcu-family-with-integrated-high-performance-analog-peripherals?CommentId=c4bdcda6-3a2a-4a59-b55d-1a26488a1899</link><pubDate>Wed, 12 Mar 2025 15:10:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:c4bdcda6-3a2a-4a59-b55d-1a26488a1899</guid><dc:creator>dsPIC_Microchip</dc:creator><description>Hi dougw, please see the datasheet for full details of the ADC module. https://ww1.microchip.com/downloads/aemDocuments/documents/MCU16/ProductDocuments/DataSheets/PIC32AK1216GC41064-Family-Data-Sheet-DS70005592.pdf</description></item><item><title /><link>https://community.element14.com/products/manufacturers/microchip/b/blog/posts/microchip-technology-unveils-32-bit-mcu-family-with-integrated-high-performance-analog-peripherals?CommentId=2c94b859-8a19-421a-a2d4-53ada040e686</link><pubDate>Wed, 12 Mar 2025 14:19:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:2c94b859-8a19-421a-a2d4-53ada040e686</guid><dc:creator>dougw</dc:creator><description>40 Msps ADC - that is impressive.</description></item><item><title>Blog Post: Microchip Technology Unveils 32-bit MCU Family with Integrated High-Performance Analog Peripherals</title><link>https://community.element14.com/products/manufacturers/microchip/b/blog/posts/microchip-technology-unveils-32-bit-mcu-family-with-integrated-high-performance-analog-peripherals</link><pubDate>Wed, 12 Mar 2025 00:20:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:87578640-d4d4-4099-a507-2969ac1f9f0e</guid><dc:creator>dsPIC_Microchip</dc:creator><description>To address the increasing demand for high-performance, math-intensive applications in a wide range of industries, Microchip Technology (Nasdaq: MCHP) has released the PIC32A family of MCUs. Enhancing the company’s already robust 32-bit MCU portfolio, PIC32A MCUs are designed to be cost-efficient, high-performance solutions for general-purpose applications across automotive, industrial, consumer, Artificial Intelligence/Machine Learning (AI/ML) and medical markets. Designed to significantly reduce the need for external components, the 200 MHz 32-bit PIC32A family features integrated high-speed analog peripherals, up to 40 Msps 12-bit ADCs, high-speed 5 ns comparators and 100 MHz Gain Bandwidth Product (GBWP) op amps for intelligent edge sensing. These features and a high-performance CPU allow for multiple functions to be performed on a single MCU, optimizing both system and bill of material costs. Link to Press Release: https://www.microchip.com/en-us/about/news-releases/products/microchip-technology-unveils-32-bit-mcu-family-with-integrated</description></item><item><title>Forum Post: RE: bare metal C on SAMA5D4 Xplained Ultra with Jlink, which IDE?</title><link>https://community.element14.com/products/manufacturers/microchip/f/forum/54560/bare-metal-c-on-sama5d4-xplained-ultra-with-jlink-which-ide/221776</link><pubDate>Mon, 03 Jun 2024 06:07:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:78703ecb-e4a3-4a71-bc18-26f187bd13a8</guid><dc:creator>Microbit</dc:creator><description>Thanks Shabaz for taking the trouble in reviewing and replying. Sorry for the delay, I got no notification at all. Normally I wouldn&amp;#39;t be too worried about it as I&amp;#39;m not much into &amp;quot;ROMless&amp;quot;. But I bought the SAMA5D4 xplained really cheap during Ele 14&amp;#39;s &amp;quot;firesale&amp;quot; and wanted to do something funky with it.... But I agree, it might be too ambitous in setting up resources.... :-) Sill would be fun to be tenacious for a change :-) Thanks!</description></item><item><title>Forum Post: RE: bare metal C on SAMA5D4 Xplained Ultra with Jlink, which IDE?</title><link>https://community.element14.com/products/manufacturers/microchip/f/forum/54560/bare-metal-c-on-sama5d4-xplained-ultra-with-jlink-which-ide/221018</link><pubDate>Wed, 24 Apr 2024 20:19:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:6f6d71a2-6e0d-44cb-a85e-82a4f87ce719</guid><dc:creator>shabaz</dc:creator><description>From what I can tell, it&amp;#39;s an applications processor, so it&amp;#39;s unusual to run applications bare metal. That being said, you could write bare metal for it, and build with GCC, either cross-compiled (a bit awkward to set up initially, but there will be guides on it, just not specifically for that processor), or even natively, i.e. compile on itself, which is often the far easier approach at least for quick experiments. Developers would normally use tools like Visual Studio Code (VS Code), and that can kick off the build process (may take some configuration), or the build can be done from the command line. I would say, when it comes to bare metal coding, it may well be quite an uphill task to set up the processor (quite detailed examination of the datasheet would be needed, to study what registers initially need to be configured, which of course usually isn&amp;#39;t needed, since that would be part of the boot process for the OS, if it were not a bare-metal project).</description></item></channel></rss>