1/1
OPENMSP430
by prajwalmv on Oct 24, 2016 |
prajwalmv
Posts: 1 Joined: Aug 26, 2016 Last seen: Jul 9, 2018 |
||
The openMSP430 documentation states that GPIO is only for FPGA implementation, meaning “The external peripherals labeled with the "FPGA ONLY" tag do not contain any clock gate nor clock muxes and are clocked with MCLK only.” Which if I understand correctly means that it should still work fine, just there is no low power mode correct?
Also we are looking to add non-volatile storage to the system (COTS chip or SD card) and were looking into what bus on the openMSP could support it. It seems like the openMSP430 doesn’t support USART or USI and by extension SPI, so I was wondering if you had any insight into how to connect external NAND flash storage? |
RE: OPENMSP430
by olivier.girard on Oct 25, 2016 |
olivier.girard
Posts: 21 Joined: Jan 9, 2009 Last seen: Aug 29, 2023 |
||
hi Prajwal,
Cool, I hope you are having fun with the core :-) Regarding the GPIO you are completely right, the real limitation here is that the low power modes are not supported and that the block relies on a free running MCLK. For the non-volatile memory, you would just need to implement a small peripheral supporting the protocol you want to use and then hook it to the peripheral bus. Hope this helps, Olivier |
1/1