Resolved! RM0399 Rev 2: Wrong DP_TARGETID Reset value
RM0399, p3226:Debug port target identification register (DP_TARGETID)Address offset: 0x4Reset value: 0x1048 0401 should probably read Reset value: 0x1045 0401
Ask questions, find answers, and share insights on STM32 products and their technical features.
RM0399, p3226:Debug port target identification register (DP_TARGETID)Address offset: 0x4Reset value: 0x1048 0401 should probably read Reset value: 0x1045 0401
Hello,I need to know the FIT value of STM32F7 Series (STM32F746VGT,etc) to compute the reliability data.Could anyone tell me that information ?Thank you in advance.Toshiya
Hi,In a project I need a precise timing so I cant rely on th internal oscilator and want to use a crystal 24-32MHz with MCU. But actually I couldnt find anything about this possibility in datasheet.the sample is 32 KHz that is not good for my applica...
I am using custom board with STM32F779BIT6, connected micro sd card to the controller.Every time I initialize micro SD card gives error of SDMMC_ERROR_CMD_RSP_TIMEOUT.Any solution.
I have seen many examples to use external memory as heap but for it they have modified the linker and added section of needed memory. But I am curious if I can access the external memory using standard communication interfaces like I2c, SPI, etc then...
I would like to play with a dual core STM32F
Hi all.I have a motor encoder connected to TIM3 and I'm trying to generate a single interrupt once 1848 ticks have been reached. However, TIM3_IRQHandler() keeps being triggered for every rising edge of the pulse. I just want a single interrupt trigg...
I only need to display around 8 colors in rgb space and if i use L4 color space i can reduce my framebuffer to the point where i can put the entire framebuffer in internal sram. The only problem is i don't understand how to format the clut in L4.