HAL_TIM_OnePulse_Start_IT Any example?
Posted on November 23, 2015 at 08:37Hi, someone have any example for this type of TIM function? #stm32-tim
Posted on November 23, 2015 at 08:37Hi, someone have any example for this type of TIM function? #stm32-tim
Posted on November 16, 2015 at 07:49http://www.st.com/web/en/catalog/tools/FM147/CL1794/SC961/SS1743/PF257871?s_searchtype=keywordI am confused about ''addend register'' value calculation. From reference manual: addend = 2^32 / FreqDivisionRatio; Fr...
Posted on November 20, 2015 at 02:25In my Stm32F4 applicarion, I am using (a.o.) sw4stm32, cubemx and Freertos. Some of the GPIO I need to access from different threads and even from from ISR. Access means, changing port state, reading port state, r...
Posted on November 15, 2015 at 00:03Hi again!I'm using FreeRTOS with the CMSIS_OS portability layer provided with CubeMXAnd seems like the osSignalClear function is not implemented, even if marked as supported.is that right?
Posted on November 23, 2015 at 23:49Dear ST community,I�m using STM32F072CB, standard peripheral library and �STMTouch_Lib_V1.1.0� the problem is in the Touch library, I copied the example �STM32F0518_Ex01_3TKeys_EVAL� in my working project since it...
Posted on November 20, 2015 at 22:05Hello. I have noticed that in the cubef7 examples many projects starts with MPU_Config() function . Is it necessary to use MPU unit in STM32F7? And the same question about L1 cache. Can i don't use it? Thank you.
Posted on November 12, 2015 at 18:21Hi everybody!!I'm doing a program in which I would like to read two ADC channel but I couldn't. I use to do this the ADC and the DMA. I don't known what is wrong in my code. /* Includes ---------------------------...
Posted on November 23, 2015 at 07:32Good Day,I am current working on a project that is based on the stm32l151cbu6 chip, the chip is part of a LoRa module from the guys at IMST, I am having trouble configuring the SPI2 port. and just wanted to know i...
Posted on November 24, 2015 at 06:52Hi, I am using STM32F3DISCOVERY board. I connected SPI1 and SPI3 together and configured SPI1 as master and SPI3 as slave. I use code generated by CubeMX. I try to run this: startStatus3 = HAL_SPI_Transmit...
Posted on November 23, 2015 at 14:41Hi.I have problem on USART6 of the stm32f746-(ngh60 7ba3v vg z phl 3r 506)on CR1-TXIE bit.I have spent almost 3 days, checking on debugger and coding directly without HAL driver.What I found is the TXIE interrupt ...