STM32L476 USART 3
Posted on March 15, 2016 at 23:44The 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 March 15, 2016 at 23:44The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on March 16, 2016 at 14:47Hi, Is there any tool to calculate the timer calculations chiefly to calculate the timer interrupt duration .There is this non -official http://www.mikroe.com/timer-calculator/ from mikroelectronika but it doesnt hav...
Posted on February 28, 2016 at 22:16Hello and sorry for my English.Right now I'm faced with a problem. When I choose ''Sys -> Debug -> Serial-Wire'' (stm32f103rctx) and create a project SW4STM32 -> Eclipse ceased to operate the SWD. It operates seco...
Posted on February 12, 2016 at 19:32First of all, some suggestions to the forum maintainers and moderators: 1) STM32CubeMX deserves its own category. It is becoming a very big deal for the users of your products. 2) This topic and another one entit...
Posted on March 16, 2016 at 15:44 Hi, I have a big problem with isochronous in transfer on STM32F429 with Standard Peripherial Library. On HAL library everything works fine... I need to send audio feedback over USB. I know that I have to do some...
Posted on March 16, 2016 at 14:51can we use a thread without using a FreeRTOS or any RTOS in STM32 code.Any references to it.thanks in advance !rgdsRp #!stm32 #stm32 #schedulder #can
Posted on March 14, 2016 at 15:24Hello,there is a bug in the HAL library file stm32f3xx_hal_dac_ex.c when using STM32F334.The file version is 1.2 (last version in the firmware package 1.4 for STM32F3).I want to enable the output switch for the DAC2 ...
Posted on March 15, 2016 at 21:24In STM32CubeMX under the Board Selector Tab and the Peripheral/Connectors drop-down menu, there is a selection called ''Micro''. What feature/peripheral does ''Micro'' refer to?
Posted on March 16, 2016 at 09:04Hello, I need linker scipt to place all static library or object file to external flash (QSPI)) /* External QSPI-ROM */ QSPI(rx) : ORIGIN = 0x90000000, LENGTH = 16MFor example (not work): .text : { libtes...
Posted on March 15, 2016 at 14:35Hi, i'm working with the STM32F746 discovery board and i want to display bitmaps from sd card to the screen. Using the example LTDC_PicturesFromSDCard i've managed to display 24 bit bitmaps on screen, however when th...