Resolved! FATFS anti-tamp pin fixed?
I'm working on a project that involves using FATFS and I was curious if I had to use the specified anti-tamp pin that gets shown. I declare other input GPIO, but only PC13 shows up as PC13-ANTI_TAMP
I'm working on a project that involves using FATFS and I was curious if I had to use the specified anti-tamp pin that gets shown. I declare other input GPIO, but only PC13 shows up as PC13-ANTI_TAMP
Hello,We've recently got our hands on 2TB SD Cards and discovered limitations with the FileX library provided through Cube. When mounting systems with exFAT using the provided FileX library, the bitmap is initialized by opening the volume and then ca...
I have a STM32U5G9 based board. I use 2 ADCs, ADC1 and ADC2 in independent mode. I need to measure changing voltages with a lot digital noise filtering. I achieve this by setting ADC to sample the signal to a memory buffer via DMA, then averaging the...
Hello Everyone,I'm new to USB peripheral. I have STM32H573I-DK and trying to make Type-C work in Device CDC ACM class. I read some documents and examine example codes. After all this, I create a project and I can transmit data from my DK to PC but I ...
Hi,I am using STM32H743 nucleo board. I am looking to configure the USB interface as Audio Class 2.0 device. Is there any middleware available to achieve this?Does STM has any plan to support Audio Class 2.0 middleware? Current middleware only suppor...
Hello everyone,I'm currently trying to emulate both a keyboard and the mouse as hid-devices using stm32 and the descriptor that contains two collections.The descriptor: // Keyboard 0x05, 0x01, 0x09, 0x06, // USA...
Hello, I’m encountering multiple errors and warnings when trying to compile a project using the STM32F10x Standard Peripheral Library in Keil uVision. The specific errors are related to assert_param being undeclared and numerous UTF-8 warnings in com...
If this question is silly or obvious, I apologize, but I'd like some guidance on understanding this.I am playing around with C++ and freeRTOS on a STM32L476RGT6, below is a code snippet that creates an object main function of my program. This object ...
hello everyone i have a small pcb made by myself with an STM32f030f4p6 which will read the data from my ADC and send it to a master (Arduino) via I2C... For a start I just wanted to write a code to test the correct configuration of I2c between the tw...
I am looking into using the Open Bootloader to develop a FDCAN/CAN bootloader for the STM32G431RxTx MCU. Does anybody have an example for this? Or any pointers to good resources.The examples in CubeMX seem to be for an older version of Open bootloade...