BSP_LCD_DrawBitmap Problems
Posted on December 23, 2015 at 15:12 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on December 23, 2015 at 15:12 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on December 22, 2015 at 03:04 Dear all ST staff, I found a small bug in latest CubeF7_V1.3.0/HALDriver_V1.0.3. Bug found at HAL_SD_GetCardStatus() on stm32f7xx_hal_sd.c. --- b/stm32f7xx_hal_sd.c +++ a/stm3...
Posted on December 23, 2015 at 08:57Greetings forum, I'm having a hard time understanding where is the stack located in the memory. In linker configuration file there's only one option you could change regarding stack -- it's stack size and it's def...
Posted on December 23, 2015 at 09:04Hello, I use the STM32F2xx. I need to enable TIM8 OCN Output. I cannot do that because TIM_CCxNChannelCmd is private. Second issue with ADC: If I set ExternalTrigConv = ADC_SOFTWARE_START; in this case the paramet...
Posted on December 22, 2015 at 16:56Hey guys!My product is based on STM32F030 and i am using stm32 cube hal libraries as my development platform. I wanted to know how reliable is it?Is it good enough to use it for a product development?What would be...
Posted on December 22, 2015 at 07:16Hal spi wait ?
Posted on December 17, 2015 at 05:39 Hi Everyone, I'm working on getting the ST middleware USB device stack to work on my development board but I'm having a hard time with the way how STM32Cube does things. I've already spent 3-4 days trouble...
Posted on December 22, 2015 at 13:25 trying to use binary semaphore on STM32F4 discovery board with FreeRTOS gives some strange (even wrong) results. First and foremost, documentation for FreeRTOS says: SemaphoreHandle_t xSemaphoreCreateBin...
Posted on December 22, 2015 at 10:47Hello!I have already coded for CAN Loopback mode and it works. However, when I changed the mode to CAN Normal Mode, I am unable to hit Receive Handler, but I can hit transmit Handler.int main(void) { /* USER CODE...
Posted on January 27, 2015 at 21:17I have built a system using STM32CubeMX 4.5 and STM32Cube v1.1.0 for a F072 CPU. I just started implementing the UART parts. I want to run using DMA, but I can't get it to work. A call like HAL_UART_Transmit_DMA( &...