Search found 3 matches
- Fri Mar 27, 2020 11:08 am
- Forum: STM boards (Discovery, Eval, Nucleo, ...)
- Topic: Nucleo32-L011K4
- Replies: 5
- Views: 12285
Re: Nucleo32-L011K4
Nope, got it to work. In the .ld file you have to change the min FLASH/RAM size to 0x100 and 0x100 instead of 0x400 and 0x200 respectively (if I remember correctly). Blink example works and it can run small programs. Let me know where I can link the code so others can use it too!
- Thu Mar 26, 2020 5:22 pm
- Forum: STM boards (Discovery, Eval, Nucleo, ...)
- Topic: Nucleo32-L011K4
- Replies: 5
- Views: 12285
Re: Nucleo32-L011K4
Excuse me, I saw this post almost instantly after posting myself. I have added the L011K4 board. I have two questions:
/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: C:\Users\Tim\AppData\Local\Temp\arduino_build_163397/Blink.ino.elf section `._user_heap_stack' will not fit in ...
/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: C:\Users\Tim\AppData\Local\Temp\arduino_build_163397/Blink.ino.elf section `._user_heap_stack' will not fit in ...
- Thu Mar 26, 2020 2:03 pm
- Forum: STM boards (Discovery, Eval, Nucleo, ...)
- Topic: Nucleo32-L011K4
- Replies: 5
- Views: 12285
Nucleo32-L011K4
Hello! I just made a new account.
I am recently having a bit of trouble using the STM32CubeIDE (really confusing). I wanted to program a I2C device on my L011K4, but with lack of examples I couldn't do it.
I recently also stubled upon the STM32duino, which is awesome! However, I noticed there is ...
I am recently having a bit of trouble using the STM32CubeIDE (really confusing). I wanted to program a I2C device on my L011K4, but with lack of examples I couldn't do it.
I recently also stubled upon the STM32duino, which is awesome! However, I noticed there is ...