Hi!I'm trying to migrate from CoIDE to Atollic and discovered some problems.It seems that STM32L151CC MCU supports 8MHz maximum speed but I found no option of speed adjusting in Atollic SWD interface. Atollic does not support ST-LINK V1 since v9.1.Is...
Hi!I've bought STM32L082 for development and installed Atollic TrueStudio but couldn't find L082KZ MCU (the nearest similar is only 082CZ). How can I use this IDE or Keil is the only option?
Posted on December 02, 2013 at 16:00
Hi there! I need to define array of fonts in flash.
I'm using STM32F417VG MCU
I define it as
const u8 font1[] But compiler places it in RAM
I've found a linker file that Coocox uses t...
Posted on July 26, 2013 at 16:48
Hi 2All!
I'm trying to toggle LED with TIM7 interrupt. I'm using STM32f417VG with Coocox CoIDE
Code is here:
void
TIM7Config(
void
)
{
//RCC_APB1PeriphClockCmd(RCC_APB1Periph_TIM7,ENABLE);
/*TIM7...
Posted on June 13, 2013 at 16:04Hi everyone!Could you give me a complete example for SDIO raw read/write with 4-bits wide bus and DMA?I'm trying to do it in Coocox CoIDE. Unfortunately there are no examples included. Could you write a manual step-by...
I use TS version 9.3.0. I also tried version 9.2.0 and 9.0.1.9.0.1 works fine with ST-LINK V1 (STM32VL discovery)Versions 9.2.0 and 9.3.0 don't work even with fully erased chip.
Hi!Yes, I was unable o program and debug the device. I updated ST-LINK V3 firmware to the latest version. May me it is the reason.I added STM32Programmer according to this manual manually and set the speed to 4MHz and now it works. http://gotland.at...
Posted on December 03, 2013 at 10:13DMA_InitStructure.DMA_DIR = DMA_DIR_PeripheralToMemory;DMA_InitStructure.DMA_PeripheralBaseAddr = (uint32_t)(&(SPI1->DR));
Posted on December 03, 2013 at 09:48I'm sorry. Everything works as you describe. I forgot to add ''const'' word to the two largest fonts in my program.But there is one more issue: I found out that compiler doest't use ram1 memory (according to the ....
Posted on December 02, 2013 at 19:17I've read this topic but it didn't help me =(I wrote like you've adviced me but still got build failure by ram overflow