stvd how to debug with halt()?
ST Visual Develophow to debug under halt mode?it seems the debugger will lost communication
Discuss hardware and software design challenges, including NOR flash storage, OTA updates, component ID, and thermal management.
ST Visual Develophow to debug under halt mode?it seems the debugger will lost communication
GPIO_Init(GPIOE, GPIO_Pin_7, GPIO_Mode_In_PU_No_IT); ?is there a standard method?
Hello team,I refer to a former posting from MVoge, June 4, 2019 at 10:16 AMAs far as I can see from that thread, the timing question have bee cleared. Nevertheless, our problem persists (I'm continuing Marcel's work).This is, reading back values aft...
Hello,I'm designing a new board with a STM8 CPU.Before, I'm doing a several previous tests.I want to supply with 3.3V the MCU but I found that it works very well with 5V but in the other hand with 3.3V it doesn't work.I checked VCAP voltage, while...
Hello,I tried to program STM8S001J3 using STLinkv2 Debugger and ST Visual Programmer (STVP).As the STM8S001J3 MCU had no RESET pin, I left RESET pin of ST Linkv2 unconnected and just connected 3 lines of ST Linkv2 (VDD, GND, SWIM) with corresponding...
Can the ST-Link V3 SET program flash standalone (without PC)?As Flasher STM8 's standalone mode.(https://www.segger.com/products/production/flasher-st/models/flasher-stm8/)-----> https://www.st.com/ja/development-tools/stlink-v3set.html> The STLINK-V...
My application uses a STM8AF5288 as SPI slave with hardware Rx and Tx CRC calculator enabled.Despite the information available on the Ref Manuals, just writing '1' to CRCEN bit of SPI_CR2 seems to work only on SPI_RXCRCR.SPI_TXCRCR will not reset wit...