About ST-link v2 isol and IAR
Posted on November 19, 2014 at 13:05My program is OK, but when downloaded ,it can't work!STM32 207ZG and IAR 6.40!My error is can't halt the core!Thank you! #debug-stm32-using-st-link/v2
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on November 19, 2014 at 13:05My program is OK, but when downloaded ,it can't work!STM32 207ZG and IAR 6.40!My error is can't halt the core!Thank you! #debug-stm32-using-st-link/v2
Posted on November 18, 2014 at 08:26Hello, When I study the STM32F207 USB HOST MSC project, the free channel function index confuse me a lot. Why the index in USBH_DeAllocate_AllChannel () starts from 2 not 0? In other function, the index is from 0...
Posted on November 19, 2014 at 10:39Hello guys. First of all I'm not network expert, I'm just working with a embedded board with STM32F417 and GPRS modem Telit 865 without any SO. My customer ask us to connect with her private VPN with IPSec. I cons...
Posted on November 19, 2014 at 14:24Hi everyoneI'm currently student in engineering and my teacher ask me yesterday to do a project on the stm32F4 (one week project) with the ide Eclipse.I decided to work on a mp3 player. At first i thought i would ...
Posted on October 24, 2014 at 22:18Generate code in freshly installed CubeMX display popup about absence of Stm32Cube libraries package in it's repository. There is only choice between Download and Cancel. And no obvious GUI way to point onto alread...
Posted on November 07, 2014 at 13:18Hello, is there a machine readable list of alternate pin mappings for the STM32 series (beside STM32F1). This would greatly help with equalizing the differences in pin layout for the different chips. #machine-r...
Posted on November 17, 2014 at 08:06My LCD controller embeds fonts that index by coding.I'm using STemWin.I decide to ask here, cause I'm not a emWin commercial user. #!espn #emwin
Posted on November 18, 2014 at 14:33I have STM32RBT6. After initialisation of USART1, the RTS remains high. The code is as follows: /** USART1 GPIO Configuration PA9 ------> USART1_TX PA10 ------> USART1_RX PA11 ------> USART1_CTS PA12 ...
Posted on October 21, 2014 at 09:55I have a board based on the stm32f429. There is a 16M Bytes SDRAM (MT48LC16M8) and a 32M bytes NAND (NAND128W3A2B) connected to the FMC bus. I used one area of the SDRAM as the LTCD buffer,such as: /* Start Addres...
Posted on November 18, 2014 at 14:39Hi I am trying to generate timer interrupt on each 0.5microseconds. But as of now I was only able to generate timer interrupt on each 1microsecond. below is my code void TIM2_IRQHandler(void) { if (TIM_GetITStat...