Resolved! HAL_I2C_Mem_Write_DMA issue
Hi There,I have searched a lot about the HAL_I2C_Mem_Write_DMA problem and seems like i have not found anywhere else this issue has been solved.Can anyone contribute if someone has solved it. Thanks
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi There,I have searched a lot about the HAL_I2C_Mem_Write_DMA problem and seems like i have not found anywhere else this issue has been solved.Can anyone contribute if someone has solved it. Thanks
Hi, I'm having issues on our custom board jumping to the system memory bootrom.Likely i have a software issue but would like to clarify the system memory address for the bootloader. This is usually listed in AN2606 but there is no explicit mention of...
I'm a beginner at STM processor, and I'm trying programming software interrupt using GPIO port as EXTI line at STM32L4R5QI(STM32L4+ series) processor.Then, I was wondering when I was reading the reference manual of STM32L4+ series. It seems that the...
I've followed some answers from a post here:https://stackoverflow.com/questions/57283327/how-to-change-the-uart-baud-rate-after-running-on-stm32-boardBut still can't seem to get the baud rate to change. Has anyone had any luck trying to dynamically c...
Hi all, I have working on USBPD Sink project in that ,I have been struck in the part of reading the voltage from the STM32L562CET6(Customized Board)before this process I have done the same project in STM32L562E-DK , What I need to do actuall...
Hi,I was measuring the STM32F373 core temperature.It seems that the core is 56°C while the environment is 23°C, no housing.Is the 56°C a reasonable temperature? It looks quite high to me.I used the settings below:
Hello. I am writing a code to read ADC data from an AC voltage sensor. I used HAL to initialize ADC 1 and USART2 for checking the values in Putty. However, I would like to use direct register manipulation to send data to USART6 so that it can transmi...
HelloWhat will happen with the IOs when MCU is put to Sleep mode (one of power modes in PWR) and register bits in RCC_AHB2LPENR for each GPIO-block are reset? When bits are reset, the peripheral clock is disabled during Sleep mode.Can the IOs still b...
Hello.I need Timer for send high speed data.To send data, i need at least 115200 fps.Can you recommend which MCU is perfect for me?
Posted on May 22, 2017 at 12:26Hello,I would like to use half precision floating variable in my project but i don't know how. I'm working on a NUCLEO-L073 board that embeds a cortex m0 STM32l073 MCU that does not have any FPU. I'm using the SW4STM32...