ST-LINK V2
Posted on July 29, 2011 at 23:24I would like to know if the ST-LINK V2 allow to set a breakpoint while de code is running. I'm using EWARM 6.21.
Posted on July 29, 2011 at 23:24I would like to know if the ST-LINK V2 allow to set a breakpoint while de code is running. I'm using EWARM 6.21.
Posted on August 03, 2011 at 15:06I'd like to add stack usage monitoring to my application. I can't afford the overhead of stack checking on every function call, so I was considering adding a routine that runs periodically to monitor the stack high-...
Posted on July 30, 2011 at 12:46Hi, I am using a STM32F100CB part on my target. I have not pulled RTCK, DBGRQ and DBGACK down with a 10K as recommended by the App note AN2586. Presently I am not able to get Ulink2 to communicate with my target. I ge...
Posted on August 03, 2011 at 18:50I'm running into a hard fault situation and I'm not sure why this is happening.From what I'm seeing in the fault status registers I'm getting...Usage fault status: INVSTATE is setHard fault status : FORCED is setDeb...
Posted on May 30, 2011 at 01:57I've just gotten some STM32VLDiscovery boards and am attempting to program them via Rowley Crossworks. I've got the STLink connection working and can download and run programs and view registers, etc. But if I try to...
Posted on August 03, 2011 at 23:43helloI have a problem with ATR in the smrtcard mode (STM3210B_EVAL), the smart card does not answer to reset, can you help me :)thanks,IHEB
Posted on August 03, 2011 at 15:57In relation to another post I made to day about USART1 issues, we observed that when we recompile and redownload, the system will act differently depending if we cycle power or not between downloads. Is there a se...
Posted on August 03, 2011 at 13:48What happened to AN2662? I can't find it! #an2662-connectivity-stm32-boot
Posted on July 21, 2011 at 10:15 Hi guys, Does anyone know how to configure the RMII mode which include the signals: TXD, TX_EN, RXD, CRS_DV, MDC, MDIO, REF_CLK. an explication, or an example configuration would be very helpful, Thanks in...
Posted on August 02, 2011 at 11:56Hello, I can do a ADC conversion for 1 channel. But I have a problem for using 2 channels. I do this: ADC_InitStructure.ADC_NbrOfChannel = 2; ADC_RegularChannelConfig(ADC1, ADC_Channel_14, 1, ADC_SampleTime_13Cycles...