Has the webinar started already?
I'm waiting on the Teams join page but meeting doesn't start.
I'm waiting on the Teams join page but meeting doesn't start.
Hi, I am using stm32f401RE and want to flash the firmware through USB. Is seperate USB bootloader need to be flashed for my usecase or the USB bootloader will already be available in ROM.
I am working USB classes with my STM32F469I discovery and for HOST MSC class have problems to have my program recognize any USB flash drive with GPT format. I have been able to exchange data only with MBR format USB devices.Can anybody give me some l...
I need to pass lower frequencies only from the microphone (20Hz to 150Hz). How to add band pass filter?
hi everyone. I'm want to start projects using CMSIS on STM32. Surfing the net, I couldn't find any specific tutorial. Some starts project using SPL (which is discontinued by ST). I want a source to learn CMSIS on stm32cube. I'll glad if someone help ...
i am working on STM32L4 STL Safety Libraries checking FLASH CRC using Atollic true studio , Here the IDE not generating checksum please suggest me what are configuration need to in the IDE, how to verify flash test ?Control Flow Error (main loop, Fla...
To clarify:MCU: STM32F205Code: HAL generated by CubeMultiple presses registered by function: USBH_HID_EventCallback2x USB (FS,HS). both HID. both HOSTProblem:Many multiple presses registered when two keyboards are connected at the same time (happens...
FLASH_PAGE_NB is wrong == 64 page, must be 128 pages #define FLASH_PAGE_NB ((FLASH_SIZE == 0x00080000U) ? 256U : 64U)Work for STM32G491CE == 256 Pages
Following the "RM0394 Reference manual", I'm trying to read the "Flash size data register" using the Base address: 0x1FFF 75E0 with the USART protocol (serial) but i receive the NACK response.I see in the Memory Map of the "RM0394 Reference manual" t...