Ulink2
Posted on November 08, 2014 at 21:27 IDE: Keil 4.74 (microvision) Board: proprietary board with STM32F102C8 Program: only activates UART 1 to communicate with a terminal 1 - I can download the program to the board using the Flash Loa...
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on November 08, 2014 at 21:27 IDE: Keil 4.74 (microvision) Board: proprietary board with STM32F102C8 Program: only activates UART 1 to communicate with a terminal 1 - I can download the program to the board using the Flash Loa...
Posted on November 11, 2014 at 04:41 Hello All, and Clive, I've went back into the guts of my program after a long time being out of it, and I dont know how I can know the actual clock speed of my unit. I dont have a scope that does more tha...
Posted on October 30, 2014 at 11:25Does somebody know this?
Posted on November 10, 2014 at 20:07 I'm using the ADC on a STM32F072RBT6 to read a constant voltage that is derived from my supply voltage. Sometimes, I get a reading that is twice the expected value, and sometimes I get a reading that is half ...
Posted on November 10, 2014 at 13:16I want to write a code for PPI communication between stm32f407 and Blackfin .The code for blackfin I have got from open source...But I dont know how to write the same for stm32f407.Anybody have experience in doing...
Posted on November 07, 2014 at 08:54 I'm working with an STM32F4 Discovery board, and I've been experimenting with the CubeF4 UART examples (HAL). Everything I've seen suggests that receiving takes a manual command. Example: HAL_UART_Receive(&Uart...
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 ...