Creating thread in STM32 code
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
Ask questions, find answers, and share insights on STM32 products and their technical features.
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...
Posted on March 15, 2016 at 08:15Dear Sir, We are new to ST controllers.Actually we used PIC16F series for our projects.Now we are decided to move ST controllers due to its performance and its lower cost.So we decided to choose STM32F302VBT6(LQFP-10...
Posted on January 22, 2016 at 13:03How use it?In HAL examples (STM32Cube_FW_L0_V1.4.0) there isn't it...
Posted on March 02, 2016 at 15:43Hello after trying myself and researching eventual similar problems I'm still facing a wall.I'm using a Nucleo F401RE and can't seem to get anymore GPIO functioning. I'm out of clues now. Here is my set up:-Connected...
Posted on March 15, 2016 at 04:43Hi,I amusing STM32F427IG controller with STM32Cube_FW_F4_V1.10.0software. I need to know if I can program different sampling rate for differentchannels of same ADC?Problem statement: In ADC1 need toscan three channel...
Posted on March 16, 2016 at 00:06I read on this forum that due to shared memory space you cant use CAN and USB at the same time on the F103 performance line devices. Does this also apply to the F303 as fitted on the F3 Discovery board? Is there some...