How can i program the option byte on STM32H750 for my device UUID(8 bytes)
I want to use the STM32H750 option byte to store the device UUID (8 bytes) .But i can't find any good sample on STM32Cube_FW_H7_V1.5.0 or forum .Thanks
I want to use the STM32H750 option byte to store the device UUID (8 bytes) .But i can't find any good sample on STM32Cube_FW_H7_V1.5.0 or forum .Thanks
I started a new project using CubeMX for my STM32F303-Discovery board and try to get the Acceleration values but without success!In my main.c, I do the following:i2cBuf[0]=0x20;//CTRL_REG1_A ODR = 1344HZ | Normal Mode | XZYeni2cBuf[1]=0x97;HAL_I2C_Ma...
Is it just me or did everyone else just suffer an unwanted unrequested "update" to their IDE?
Hello. I was searching for information but I was unable to find clear answer. What is correct way to handle AT messages from gsm/bluetooth/gps modules ?I am making one product that will use at least two uart interfaces (SARA-R12) and NINA-W151 module...
Hi there,I am using the MCU STM32F103C8T6 and in my code I force an UsageFault condition but the UsageFault_Handler is not been called. I have enabled the USGFAULTENA bit in the SHCSR register, which enables the UsageFault. I envoked an UsageFault by...
Hi,I would like to use DMA request for USART1 RX and SPI1 RX. The AN4301 at section 4.3 states:Software sequence to enable DMAThe following software sequence applies when enabling DMA:Configure the suitable DMA stream.Enable the DMA stream used (set ...
But I can not return my message by CANLINE. When I do the same operations in STM32F103C8T6, I can get answers from the Canbus line.I chose the stm32f105RC family to use double canbus. I can't solve the problem. Do you have any ideas?. Thank you.
I am working on a STM32F746G-DISCO with I2C got on Arduino style board.I would like to reduce the I2C speed because sometime this lock my app with some external DAC chip.At this time I am using:CAMERA_IO_Init(); BSP_TS_Init(480, 272); and these...
I am developping a touch screen user interface to control an audio preampl and dac.I have no problems with I2C bus to set the registers of CT7302PL and ES9018K2M but if I try to read a single register the application hang.This is my I2C configuration...