"Failed to execute MI command ...error from the debuggers end"
i'm using Stm-Cube ide version 1.15.0 and getting this error when trying to flash the firmware.
i'm using Stm-Cube ide version 1.15.0 and getting this error when trying to flash the firmware.
(was initially a reply to https://community.st.com/t5/stm32-mcus-products/store-values-in-internal-flash/m-p/666974 I am store variable in flash adders and after reset read but variable values is not store in flash adders.& using stm32g030f6p6 microc...
Where can i get the information about which interrupt is activated for each of those bits? How can such information be so hard to find? Cant find it on the ARM website! Just the information, that it shows activated interrupts, which is essentially us...
I'm developing an application using the STM32U073RBT6. CubeMX configures USBX - CDC ACM based on Azure RTOS. How can I use the USB CDC stack of the STM32U0 series in standalone (bare-metal) mode? (or Is it possible to migrate the libraries from the p...
If I call HAL_UARTEx_ReceiveToIdle_IT to receive 512 bytes, will it wait till all 512 bytes are received before calling HAL_UARTEx_RxEventCallback or could it possibly call it several times, delivering fragments of the whole packet?I'm asking because...
Hi guys! I have a custom board with 2x CAN FD transcievers (TCAN1057) and STM32G0B1 MCU. Everything works fine until i try to use hardware filters build into STM32. Whatever i do, filters don't pass any frame to RxFifo0/RxFifo1. The only way to recie...
I am using 16 sensors for my project and I need to print the sensor number and the corresponding signal strength for a ML model, but I am missing a lot of values. Is there an efficient way to do this?
Hi everyone,I am using the ADC2 of the STM32G431KB to read a voltage value. I am actualy measuring 0.8V on the pin of the ADC with a multimeter, but while debuging, the conversion give me back 0.12V (~150 from the ADC, instead of ~1000). This is my c...
Hello,I'm spec'ing a system where we would need to interface 4x eight-channel ADCs with an MCU for audio capture. Simultaneous capture on all channels is an important requirement.Currently we are considering the STM32H750VB MCU which has 4x SAI inter...
Hi, I am currently trying to set the data time of the can_fd function to 8Mbps for can_fd communication.However, when I set the data time to be 8Mbps, the communication does not proceed normally.When I set the data time to 1,2,4,5 Mbps, it worked fin...