STM32 GPIO Configuration utility????
Posted on August 04, 2011 at 12:41Hello there...My aim is, I need to be able to configure ports of stm32. Is there an utility/software in order to configure GPIO of it?Any help, feedback will be so helpful!..
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on August 04, 2011 at 12:41Hello there...My aim is, I need to be able to configure ports of stm32. Is there an utility/software in order to configure GPIO of it?Any help, feedback will be so helpful!..
Posted on July 20, 2009 at 08:17How many USB VCOM ports can i make?
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 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...