SVD errors on STM32H725, mislabeled CCR6 register
SVD version 1.2, vs RM0468 Rev 3TIM1 CCR6 register is mislabeled as CRR6 in the SVD file
SVD version 1.2, vs RM0468 Rev 3TIM1 CCR6 register is mislabeled as CRR6 in the SVD file
There is no packet filtering in the ETH controller so any filtering would need to be done in LWIP, which is quite high up and would struggle with fast inbound traffic.Has anyone done any kind of efficient solution for this? One could probably hook up...
I save ads1299's data to SDcard by FATFS(spi mode). Writing single block is ok .Because writing single block is too slow(CMD24), I change it to writing multiblocks(CMD25). But there is only an empty txt, it's no data.I don't know how to solve it.
Connections:D- = PA11D+ = PA12and Gnd to GndAs well, Boot0 is connected to VDD. I have nothing connected to the UARTS or CAN.Even with this setup, upon reset, the system runs the code I have downloaded (via ST-Link) rather than the bootloader. I th...
Hello,I am attaching the programmer console from the IDE. It looks like both .elf are programmed in the specified region but ultimately only the one that gets loaded last persists. Does this happen because during the download of the last .elf the who...
We are struggling with mysterious bug with our STM32F730 project, even the bug itself is not easy to explain.We use FreeRTOS and our code is run XIP from QSPI FLASH SST26VF016B.IDE used is Atollic version: 9.1.0.The problem is that the application cr...
I have run into a bug when turning off the modem (using the command line) while the modem in an PPP session. This bug exists in x cube cellular 7.0.0 but Does Not exist in x-cube-cellular 6.0.1.The following are console logs on the same HW with the d...
Hi All, I designed my board with a STM32G0 series MCU with the main intention of using its USB-PD peripheral. I later realized that it is only the STM32G0x1 series MCUs would be capable of USB-PD while I will be receiving a board turn with an STM32G0...
Hi,I want to use STM32F4 to make an SDIO/USB bridge.I mean I want to send data received on SDIO interface to the USB otg interface and vice versa.I want to know if this is possible ? if yes, any implementation helpMany thanks,
Hi,I want to enable or disable the USB-C PD stack of my DRP device during operation. What is the right way?I tried this for disabling:USBPD_CAD_PortEnable(0, USBPD_CAD_DISABLE); USBPD_PE_Request_HardReset(0);And I tried to enable again afterwards wit...