STM32 USB Dedicated vs Normal Endpoints
Hello,What is the difference between dedicated endpoint with normal endpoints in STM32 USB?Thanks in advnace
Hello,What is the difference between dedicated endpoint with normal endpoints in STM32 USB?Thanks in advnace
Hello,I'm using the P-L496-CELL02 development kit and I'm running a POC in order to demonstrate a potential customer the performance and stability of the L496+Quectel+ST cellular library.For that I created based on the X-CUBE-AWS 1.4.1 pack an MQTT ...
The STM32 reference manual RM0090 describes in chapter 3.8. the One-time programmable bytes (512). This is great to store, say, a public key.The Annotiation Notes document AN5156 describes - for all processors of the family - among others the feature...
Does the ADC need to be initialized in a special way for the USBPD stack to work properly?I am trying to implement PD on a STM32G431 and the USBPD stack doesn't seem to work. If a powersource is connected, the CAD state changes to ATTACHED but then i...
Hi,I am working on Nucleo STM32H743ZII am using a 64byte size custom usb hid when I send my data frames i get an offset of 6 zeros as shown here :Any ideas where it comes from ?Regards,Gabriel
I am working on stm32l496zg controller with freertos.Now, i want to use stop2 low power modeI am using HSE, LSI and LSE clock.As per the reference manual HSE clock will be disabled when we enter in to stop2 mode and wake upclock source could be HSI o...
I'm using FirmwarePackage=STM32Cube FW_L1 V1.10.1I'm looking at these functions in stm32l1xx_hal.c:/** * @brief Return the first word of the unique device identifier (UID based on 96 bits) * @retval Device identifier 31:0 bits */ uint32_t HAL_...
I use STM32L476RET6 and try write data to flash. I write full page (2K) it's working ecept end page (Page 383) Bank 2.I calculate addres for page 382 bank 2: 0x0800 0000 + 0x7F000 and correct data to write.I calculate addres for page 383 bank 2: 0x08...
The example I am talking about is the Fatfs_USBDisk example.
I'm working with an STM32L072RB, and it seems the system bootloader DFU descriptor reports an incorrect flash size. I couldn't find any documentation of this in the errata sheet for this part, so where would be the right place to report this?The STM3...