User Activity

OK, OK, OK, this is a REALLY dumb question but for the life of me I cannot find out WHERE you turn your hard-earned project with all its bells and whistles into a RELEASED file to download into the proc??!!??I know this will come back as an easy thin...
I have a need to have incoming serial data go out via UDP and thought of using a F030F4 as it doesn't need to do much just in to out.I ordered some boards from Amazon (yes) and they look small and are inexpensive, all the offered code is set for a Ke...
I am trying to send commands to a Netion display which needs ASCII and then termination of 3 hex 0xFFs.I tried this: HAL_GPIO_WritePin(GPIOA, GPIO_PIN_4, GPIO_PIN_SET); char Cdata[11] = "bt6.val=[1]"; HAL_UART_Transmit(&huart1, Cdata...
Hello All.I am working on a small project for a friend while learning the STM32 environment.The project is currently using a STM32F030x4 in a 20 pin TSSOP20.I have committed a sin; I have run out of Flash Memory.Is there any way to reduce the RAM all...
/* Private variables ---------------------------------------------------------*/ SPI_HandleTypeDef hspi1; TIM_HandleTypeDef htim17; UART_HandleTypeDef huart1; /* Private function prototypes -----------------------------------------------*/ void Syste...