STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Stack memory location (STM32F205)

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...

Cube V1.1.1: Why is TIM_CCxNChannelCmd private?

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...

andywild2 by Associate III
  • 307 Views
  • 0 replies
  • 0 kudos

using stm32 cube hal library

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...

Binary semaphore ublocks after creation

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...

STMF303 CAN Normal Mode

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...

STM32Cube HAL_UART_Transmit_DMA strange behaviour

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( &...

jesper by Associate II
  • 649 Views
  • 3 replies
  • 0 kudos

STM32F469I-Discovery Audion Application is not working?

Posted on December 17, 2015 at 09:06I am using IAR EMBEDDED WORKBENCH 7.50.1.10273 (Common Components 7.3.1.3987)Audio application (which is located in ...\STM32Cube_FW_F4_V1.10.0\Projects\STM32469I Discovery\Applications\Audio\Audio_playback_and_re...