As i red from reference manual most of the pins are in analog mode and pins are configured as per reset value of GPIOx_MODE/GPIOx_PUPDR/...so many other register but i want to know which pins function have assigned to individual pins.
Hello Everyone, I am using STM32F767 and have generated code from STM32CubeMX. I am trying to convert a string of hexadecimal to float value, but it seems that the float is not converting the value. I am using Keil IDE UV5 ,and I have tried setting "...
I have to keep a pin high for a certain amount of time, about 1us, I figured that it probably makes sense to do this with a timer. I was going to use SysTick but I decided that it makes mores sense to learn the timer peripherals.I think I have the co...
HiI'm trying to write simple code on STM32G030. I read PM and RM for this uC. I try to find where is written which DMA channel is connected to which DMAMUX. for example DMA has 5 DMA channels numbered from 1 to 5 and DMAMUX has request lines numbere...
Hello,I'm still able to read i2c sensors (such as the TMP75 temperature sensor, the FT6336 touch sensor, and the TCA6424 multiplexer).However it seems I'm not able to read data from OPT3001 ambient light sensor. The code is the followingstatic void ...
In STM32F407, I get into trouble when I write the scatter file as follows. LR_IROM1 0x08000000 0x00020000 { ; load region size_region ER_IROM1 0x08000000 0x00020000 { ; load address = execution address *.o (RESET, +First) *(InRoot$$Sections) .ANY...
God moorning I trying to view the output of sprintf of float value on the terminal I/O using nucleo stm32L4.I am using IAR. but i see just 0. char pippo_alb[20]; sprintf(pippo_alb,"%g", 27); In ''project options...