ВходНаше всё Теги codebook 无线电组件 Поиск Опросы Закон Вторник
2 июля
364725 Топик полностью
KT (28.10.2012 00:44, просмотров: 123) ответил AVF на туплю, как stm32F2xx отключить jtag? как подключить вроде понятно
в STM32F103 я так делал:  /* Enable Clock and clock For REMAP - RCC_APB2Periph_AFIO */ RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOB |RCC_APB2Periph_AFIO, ENABLE); // Alternate Function //PB3 BO-3 , PB4- BO2 /* Enable the JTAG Pins Software Remapping */ GPIO_PinRemapConfig(GPIO_Remap_SWJ_JTAGDisable , ENABLE); GPIO_InitStructure.GPIO_Pin = GPIO_Pin_3|GPIO_Pin_4; GPIO_InitStructure.GPIO_Speed = GPIO_Speed_50MHz; GPIO_InitStructure.GPIO_Mode = GPIO_Mode_Out_PP; GPIO_Init(GPIOB, &GPIO_InitStructure); //jtag output needed to be off