I want try the new stm32l0 series, stm32l010k8t6, but when I used stm32cube to generate MDK project, the MDK seems not support stm32l010 already. So I looked to TrueStudio and IAR, unfortunately they don't support stm32l010...So, I want to know, does...
I've been using Atollic TrueSTUDIO® for STM32, and I wonder why does it mess up the linked directories every now and then?Can something be done about it?It adds "25"s in the path, like:$%25257BPARENT-2-PROJECT_LOC%25257D/cmnThat doesn't work, but :$%...
Do you know the power consumption difference between STM32L0+ series and STM32G0 series? Which is lower? I'm using STM32L0+ series. If STM32G0 series consumes lower power, I'll switch to it.
Hello, I need to implement the SWD protocol in a STM32 microcontroller. SWD as many other protocols has one bidirectional line that is driven push-pull. I am implementing the protocol using bit banging and 3 output and 1 input. 1 output is for the ou...
Hi everyone)I've attached project, that I refer further.I'm trying to write program on my STM32F103(C8T6)."From scratch" I've made CubeMX project, set all needed pins in modes I need to, generated it.I've tried to flash a led on a couple of ports, i...
The Datasheet of the STM32F429 says that this uC has 256 kbyte of RAM, whereas 64kbyte are CCM.By default the Linker uses only 192kbyte for the heap/stack. I found several articels about how to move some sections to the CCM.But I would like to know i...
Hello!Help me please. When start the debugger, show up the error, after that, the debugger closes.I attach screenshots and logs.
I have come across some unreliable behaviour with SPI, when having i-cache & d-cache enabled. Are there any known issues with i-cache & d-cache on these controllers?Recently, while going through "ChibiOs" repository i found below comment which points...
Hello.Can I implament SPI protocol on STM32L476RG board?I searched for a SPI library but could not find it.If I can, so how to do this?Thanks