Is there sample code for USB Remote Wakeup on STM32F0?
Posted on February 03, 2018 at 22:56Or some documentation that is a bit more elaborate than the description in the reference manual?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on February 03, 2018 at 22:56Or some documentation that is a bit more elaborate than the description in the reference manual?
Posted on September 05, 2009 at 14:24CRC calculation in software
Posted on February 03, 2018 at 16:11Hi all,i'm working with a STM32L053 processor and I'm having some trouble managing the ADC.My ADC is setup to work in discontinuous mode, so i set the channel to convert by using the following function:void system...
Posted on February 01, 2018 at 11:50Hello,I am already using stm32f030c8t6 in various projects. And for larger flash controller i decided to opt for stm32f030cct6.when i read my target device having stm32f030cct6(printed on IC), it responds the mess...
Posted on February 01, 2018 at 17:40Just getting into STM32 programming and am bewildered by number of development tools, so many of which seem mutually exclusive. Is there some sort of roadmap, guide to selection of tools? Does STM32CubeProgramme...
Posted on February 02, 2018 at 22:35Not sure if I understood the GPIO interrupt structure of the STM32F0 family correct.I can select either i.e. PA0 or PB0 as interrupt source but not both at the same time?
Posted on February 02, 2018 at 23:15Hello,I have a piece of code using STM32F103VE FSMC based on SPL and have some problem with porting it to HAL.It seems that the FSMC HAL structure is slightly different than the SPL - at least quick comparison doe...
Posted on January 25, 2018 at 02:00Hi I'm new with stm32, I bought an stm32f0discovery but I can't work with it I wanna get help or some tutorial please.
Posted on February 02, 2018 at 12:34Hi all,I am trying to make a simple CAN test program to send 8 bytes data. It seems like it is sending data (from the code point of view) but when I look with a scope. The TX line goes down for a few �S, then go b...
Posted on February 02, 2018 at 09:21Hi everybody,i'm tryng to configure the IWDG but it doesn't work. i didn't find the enable bit, is there?Can you help me?I post my code herevoid wdt_enable(void){ RCC -> CSR = RCC -> CSR | 0x00000001; //Enable LSI...