STM32 F746 Discovery connection to SWD
Posted on August 31, 2015 at 12:36Hello. I'd like to connect j-link to STM32 F746 Discovery. How can i do that? By using of jack CN8 ?
Posted on August 31, 2015 at 12:36Hello. I'd like to connect j-link to STM32 F746 Discovery. How can i do that? By using of jack CN8 ?
Posted on August 26, 2015 at 19:47 Hi Every One, My problem is I am not able to configure my ADC to start a conversion from external pulse, I want to use ADC_InitStructure.ADC_ExternalTrigConvEdge = ADC_ExternalTrigConvEdge_RisingFalling; ...
Posted on August 06, 2015 at 23:29I've got an STM32L151RET6. This is a category 5 device. My understanding from the manual is that the on board EEPROM is in a separate bank (0x08080000) so that writes will not block reading from program flash. Howev...
Posted on August 31, 2015 at 15:30I'm working with a microcontroller stm32f215. This device have a wheel of time (single encoder) connected to PF8 pin - TIM13_ch1. How best to accomplish reading this time round? Using the capture? Using the interrup...
Posted on August 06, 2015 at 16:41HelloI am using NUCLEO L053R8 (STM32L0) , Keil uVision 5.15 and ST-Link (embedded in the nucleus board). I let CubeFx a FW program using CubeFx with HAL enabled.All compiles wellI can use the the blocking transmit f...
Posted on August 05, 2015 at 19:29Hello all,I am using the ADC1 regular conversion or ADC1/2 dual-mode regular conversion to acquire a video signal. The dual-mode is used at higher frame rate. In both case, I am using the DMA. This part is working...
Posted on August 06, 2015 at 15:20Hi. I'm using STM32F107VCT6 in a project. I need to remap the SPI1 signals to pins PB5 PA4/5/6. when i send the data from SPI1, i see the waves of MOSI but cannot see the wave of SCKL (PA5). why cannot see the waves...
Posted on August 12, 2015 at 19:30hi!!! when using stm32f3 discovery board normally , the sudden error has occurred ,so , i send some of picture link about my error https://screencloud.net/v/WFYhttps://screencloud.net/v/whau if u have experi...
Posted on August 31, 2015 at 07:49 hi every body i have a problem with strstr function, i receive characters from uart with interrupt & save them on the n length array(buffer array), then in main loop i check buffer with strstr funct...
Posted on August 28, 2015 at 22:56HI guysI can simply not see why this is not workingvolatile _Bool DitOn = 0;volatile _Bool DahOn = 0;void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin){ BSP_LED_Toggle(LED1); if(HAL_GPIO_ReadPin(GPIOI,GPIO_PIN_2) == GPI...