User Activity

Hi ST Community,I am trying to Interface JPEG Camera to STM32F407 MCU via UART2 port. My UART2 configurations:char UART2_Config( void ){ char u8UartReturn = SUCCESS; USART_InitStructure.BaudRate      = SERIAL_BAUDRATE_115200; USART_InitStructure.Word...
Hi ST community,I am trying to read the CPUID of STM32F107 using the following code snippet. But the problem is each time I power cycle it, I am reading a different CPUID. I am reading CPUID from address location UID_BASE_ADDRESS(0x1FFFF7E8) for STM3...
Hi ST community,In my project I have created a task to post Data to AWC server.the function call stack looks like below:stack size is 70*12 wordsAWC_Task(){ GPRS_SetConnection() // establish connection PH2_exeAWCcmnds() }PH2_exeAWCcmnds() // executed...
I have created a project in trueSTUDIO v7.1.0 on computer 1 and compiled it well without any errors. But when I imported the same project to trueSTUDIO v9.3.0 on computer 2 it is giving me an error.(ERROR: Program "GCC" not found in PATH ). When I ch...