STM32F205xx using with J-Link Debug Interface
Posted on November 10, 2014 at 03:14 Hi All Could anyone tell me whether I could using below 10-pin port as JTAG interface for STM32F205xx with J-Link debugger? Thanks!
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on November 10, 2014 at 03:14 Hi All Could anyone tell me whether I could using below 10-pin port as JTAG interface for STM32F205xx with J-Link debugger? Thanks!
Posted on September 23, 2014 at 01:55Hi AllCube 4.3.1/Keil/F4:When generating a cube project that includes a USB(HS) mass storage driver, if the file ''USBD_Storage_if.c'' already exists in your project AND has been modified within *USER CODE BEGIN*...
Posted on November 09, 2014 at 20:07Hi,I would like to use the internal reference (1,2 v) for ADC measurements on a STM32L151CC MCU ( 48 pin ). Is it possible? Thanks for your help.BR Per #internal-reference-adc
Posted on November 09, 2014 at 12:46Dear All,I am using CMSIS '' STM32F0-Discovery_FW_V1.0.0 '' library files for STM32F0 MCU programming which does not support GPIO_ToggleBits(GPIOD,GPIO_Pin_9); instructionI already checked the ''gpio'' file which ...
Posted on November 02, 2014 at 08:15Dear AllFollowing syntax does nit disable the global interruptPlease advice uint32_t PriMask = 0x01; //void __enable_irq (void);//Global Interrupt enable (using the instruction CPSIE i) void __set_PRIMASK (uint32...
Posted on November 08, 2014 at 01:47 I seem to have found a bug in the clock configuration of the CubeMX software (Version 4.4.0, the latest as far as I can tell). On an STM32F407, I am setting the SYSCLK to use the PLL with the PLL source being...
Posted on November 08, 2014 at 05:37I waited for a 208 pin version for about a year and it is still not available (RUTRONIC now has 14 weeks wait time). So I want to try the STM32F429I (176 pins) for driving an RGB888 LCD with 32-bit SDRAM. It is ''...
Posted on November 05, 2014 at 01:03 Hey, I made a custom board with the STM32F051C8T6. Connecting via STLINK/V2 genuine. The chip is genuine, revision B. When i use this code: #include < stm32f0xx.h > //stm32f030f4 #incl...
Posted on November 08, 2014 at 08:17Dear frnd, i am recently started using this micro and iar.so plz help me How to blinking my led though timer1 and 50% duty cycle...the led is connected to PA8 pin of the micro please share any progrram..
Posted on November 07, 2014 at 13:03 Can you spot the (copy&paste) error in the following snippet from the stm32f0x1 reference manual ? If these MCUs are really capable of storing two bits in one, ST should probably file a patent...