Keil vs Atollic - same code different behaviour
Hi everyone,
It's almost christmass time and I'm working on some light effects for my daughter using WS2812B chained leds. I found out, that the same code compiled with Keil works fine, but compiled with Atollic true studio, I get some "flickering" and unwanted effects (due to some delays). The code is really simple, I use SPI master out only with DMA. I arrange an array of integers (24*number of leds) and then shoot the array out using DMA. The leds are hooked up to a Nucleo 32 (L432KC) running at full speed (80M). The peripheral, DMA and Clock are set using CubeMX and HAL. Does anybody know, why this occures?
