ST_AnimatedIcon... documentation help
Posted on April 25, 2016 at 14:42Hi.Is there some information (documentation) on using animated functions of STemWin package?Thanks.
Posted on April 25, 2016 at 14:42Hi.Is there some information (documentation) on using animated functions of STemWin package?Thanks.
Posted on April 25, 2016 at 12:43Hallo, I noticed a BUG in sd_diskio.c in version 1.3.0 included in STM32CubeF4 v. 1.11.0 resulting in reading/writing from wrong sectors on big capacity SD cards. In functions SD_read and SD_write sector computation ...
Posted on April 23, 2016 at 23:16Good day,If anyone tried to use FreeRTOS I have one question, why my task is not finished, and another task is started? Here is my code and log.code:void vDebug1(void *pvParameters){ vTaskDelay( 100 / portTICK_RATE_M...
Posted on April 21, 2016 at 16:24Hi, I believe I have a problem with SPI bus. I have set the SPI bus to set up and receive data from a ADC. First off I have configured IO Pins to Clock Data from the ADC using PA5 - SClk, PA6 as MISO and PA7 as MOSI ...
Posted on April 22, 2016 at 09:40Anybody, I have an issue on the next combination: 32L476.. CubeMX (4.14.0, package repo updated as of today (april 22)) FreeRTOS I have set cube to generate code for 'Other toolchains'. This gives me 3 flavours of RT...
Posted on April 21, 2016 at 14:51Heloo,I Get some Randon Value when i call for data receive. I kindly request you to provide me soultion for my code.SPI config in Mainis declared as :void MX_SPI1_Init(void){ hspi1.Instance = SPI1; hspi1.Init.Mode ...
Posted on April 24, 2016 at 07:10Hello all, i have a stm32F407VG setup which comunicates telemetry data over a RC receiver from FRSKY, which uses a ''inverted serial protocol''. I am wondering if its posible to invert polarity of the output from 32...
Posted on April 23, 2016 at 15:35 Hello, I recently purchased the above development board and I am trying to program it. Following the reference manual I was able to write a small program to turn some LEDs, the problem is that once the code is c...
Posted on April 24, 2016 at 18:27Hi,I am using STM32F103 processor. I m interfacing L6230 Motor control IC for BLDC ineterface. But i m confused while while giving input to thr L6230. it is required 3 PWM input in sync.So, i tried to configure timer...
Posted on April 24, 2016 at 11:27Hi,I've build a program that runs fine, but IRQ are only fired when I start the µC with the debugger.Without the debugger, I can see that the µC runs correctly the program thanks to some blinking led, but none of m...