how to get the code in C at this address?
hello,I want to take a look into the code at this addressthank you
Ask questions, find answers, and share insights on STM32 products and their technical features.
hello,I want to take a look into the code at this addressthank you
Hello,I have a nucleo-L152RE development board.I don't have an annmeter. What would be the best way to check my microcontroller is in sleep mode? Or can it be done at all? I've installed openocd and gdb but I've barely used any of them so far, so may...
Hi, I am familiar with STM32F407 from my previous works. In that 40xx family, it was easy to understand, there are AFRL and AFRH registers by which user can select the desired AF for each and every pin independently.However, now, I am working with ST...
I'm using DISCO Board STM32F769I and want to use its quad SPI external flash as read write access.is there any reference code help in that?
here is settings i did..but little bit confused about prescalar valuestatic void MX_TIM2_Init(void){ /* USER CODE BEGIN TIM2_Init 0 */ /* USER CODE END TIM2_Init 0 */ TIM_ClockConfigTypeDef sClockSourceConfig = {0}; TIM_MasterConfigTypeDef sMasterCon...
s it possible to connect the VL53L1X sensor to the microcontroller stm32f030
Hello, I've wrote SetRange in a graph like SetRange(0, 50, 0, 50), but the problem is my graph is stretched an i want have it in a compressed look. So i changed it to setRange(0, 100, 0, 50), but my x axis was shorten to 1/4 and rest of my X axis rem...
Am using sTM32F4 Discovery board with extension board for RS232 interface and SD card.RS232 is also using DMA and its priority is higher than that of SD card DMA channel priority. The tasks working on RS232 interface and SD card log are different to...
Can anyone tell me the difference between those functions:HAL_I2C_Master_ReceiveHAL_I2C_Mem_ReadThe problem with HAL_I2C_Master_Receive is that it accepts too few parameters (hi2c, DevAddress, pData, Size, Timeout).I don't know how to tell the memory...