cederom commented on PR #3200: URL: https://github.com/apache/nuttx-apps/pull/3200#issuecomment-3530287199
* Thank you @fdcavalcanti :-) * Looking at the https://github.com/apache/nuttx/blob/master/boards/arm/samv7/same70-qmtech/configs/mcuboot-loader/defconfig history maybe @pkarashchenko @nandojve @XuNeo can help here as the code authors? * Here is the board schematics https://github.com/ChinaQMTECH/ATSAMS70_E70/blob/main/same70_s70_qmtech.pdf and it shows `ATSAME70_S70N19A-CN` MCU. * MCU page https://www.microchip.com/en-us/product/ATSAME70J20 tells generic parameters CPU Type:Cortex-M7, MaxSpeed (MHz):300, Program Memory Size (KB):1024, SRAM (KB):384. * `ATSAME70_S70N19A-CN` decodes to: * SAM = SMART ARM Microcontroller. * E70 = Cortex-M7 + Advanced Feature Set + Ethernet + up to 2 CAN-FD. * N = 100 pins. * 19 = 512 KB Flash. * A = Revision A, legacy version. * C = LFBGA/TFBGA. * N = Industrial (-40 - +105°C). * I guess the linker script needs an update.. but that may break existing projects or is it safe to update? Better to consult the authors as it seems industrial application device :-) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
