-removed- case solved
Posted on February 27, 2016 at 01:27-removed- case solved #stm32f746-cubemx-timer-tim5
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on February 27, 2016 at 01:27-removed- case solved #stm32f746-cubemx-timer-tim5
Posted on February 25, 2016 at 03:23Hi: Can STM guys help to make sure the PB12 location @ LQFP176 of STM32f469xx. On datasheet (DM00219980) Figure 1 (@page 14). pin 85 is mark as PH8. However @ Table 10 (@page59) pin 85 is PB12. Which is correct...
Posted on July 28, 2015 at 13:52Combination of GPIO_MODE_AF and EXTI_MODE is non-working.In my case that was NSS pin in SPI Slave Mode.HAL code (stm32fxxx_hal_gpio): /*--------------------- GPIO Mode Configuration ------------------------*/ ...
Posted on May 14, 2012 at 23:54hi everybody, i have to cinfigure an uart interface of my stm32l152 on STM32l-discovery or STM32-sk evaluation board. I have used to configure the uart peripheral interface the example in the stm32 library called Hyper...
Posted on February 29, 2016 at 10:39Dear STM32 users I am new to STM32 but have experience in many other architectures. I got into everything up and running pretty quick (blinking LED, sending UART ... ). But now I'm stuck with no clue what so ever....
Posted on February 26, 2016 at 02:43 I'm using the FSMC in the STM32L4, but can't figure out how to disable ''burst'' writes. By this, I mean that multiple writes happen within a single CS. When I do multiple writes in a row to external ...
Posted on February 29, 2016 at 17:39Running the most up to date EWARM on IAR. I receive the following problem in my Debug Log:Mon Feb 29, 2016 10:17:59: Loaded macro file: C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.3\arm\config\debugger...
Posted on November 29, 2012 at 06:22The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on February 23, 2016 at 13:19This is strange: I have an application that works perfectly on every optimize level except Optimize More (-O2). A hard fault occurs when a particular thread is running. I have read about various causes for hard fa...
Posted on November 17, 2015 at 21:13Greetings, So I decided to play with the RTCex library, specifically the much abbreviated new timer_IT function. My system is designed to shutdown after every code iteration and be awakened via the alarm(wakeup t...