Compare commits

..

1 Commits

Author SHA1 Message Date
foosinn 82d7df7146 add nixos shell 2021-07-11 00:33:17 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
/* STM32F072CxT6 */
MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 128K /* change length to 128K for STM32F072CBT6 */
FLASH : ORIGIN = 0x08000000, LENGTH = 64K /* change length to 128K for STM32F072CBT6 */
RAM : ORIGIN = 0x20000000, LENGTH = 16K
}