I have an STM32G4 using the HAL function HAL_I2C_Slave_Transmit to respond with some data when requested by a master on the I2C bus. In the image below you can see the device sends 0xFF followed by the actual data it was meant to send (the data I am ...
Hi everyone,I was just wondering if measuring VBat in continuous will drain the battery faster ? And how fast ?Unfortunately, I don't have tools that should be able to measure such a low current.I use the STM32F410CB in my project. I use the adc1 (th...
Hello, I am using LO31K6 for sensoring two ADC channels by DMAWhen I wish to get trustable voltage value, Do I have to apply Root Mean Square to these ADC value?for example, < Instead directly get ADC value from DMA buffer[n] and treat as it is true ...
Hi Team,How to transfer huge data through UART interface , is it any method or procedure to achieve. Brief description: Quectel module is been used, data of 80kb transported from AWS server to Quectel module.We need to identify the fastest and effici...
I have few doubts as follows:1. Each MEMORY MAPPED ADDRESS is how many bytes wide? 1 or 4 bytes (I think it as 1 byte).2. The ST datasheet for stm446xx says the SRAM is of 128Kb size then,start and end addresss is 0x20000000 to 0x2001FFFF but, bit ba...
I need cheap microcontrollers that have six usart and uart.Do you have your recommends ?
Hi!I'm trying to lock internal flash on STM32L4RZI MCU from writing, to disallow software to write on itself.I use ST-Link utility, and when I lock at least one sector(In option bytes window), The flash is erased and then lock the wanted sector. I t...
On PIN/BALL defintion table of H7 MCU datasheet, these are a lot of alternate function pin names, such as TIM15_BKIN, TIM15_CH1N. Where can I find the detail describtions for these pin names?
As I am trying to write the data into board flash memory, Is ther any example code to write the 64bytes of data into board flash memory.I have tried the below shared code but its not showing the result I want.flashAddress = 0x08040000void Write_Flash...