User Activity

Posted on November 03, 2017 at 15:09HI,I have a project which contains 12 different 'targets' defined by different &sharpdefines. Now i need to edit .h file manually, uncomment one of 12 defines, build it and do the same for all the targets.What is ...
Posted on January 02, 2017 at 09:12Hi,I'm stm8 newbie, and i wonder if i can do assumption, that reading uint32 variable will be atomic.There is simple function returning system time measured in ms using uint32_t variable, and it's looks like follow...
Posted on October 01, 2015 at 16:06Hi, I try to use page 6: 0x00040000 (0x20000 128kB) and 0x00060000 (0x20000 128kB) for storing configuration data uploaded via usb interface. The problem is that after erasing single page (using HAL_FLASHEx_Erase )...
Posted on April 02, 2015 at 15:34Hi, I just want to transfer buffer of bytes to lower nible of GPIOA port (PA0-PA3). The timer 8 in in use, and it's running in output compare mode. First channel is configured to generate DMA requests and toggle PC6 ...
Posted on November 29, 2014 at 13:07 Hi, I have strange problem with making SPI DMA transfers working. It works only one time, the second dma transfer is not performed. I use similar coding for USART and it works perfect, but SPI doe...