User Activity

hi,i have questions about cubemx with stm32f seriesi'm testing the stm32f with cubemx + keil v5.26originally, i have created many projects using keil CMSIS Pack Installer with classic methodein this project, i can debug thread list on real time when ...
hi,i'm trying to read the external adc value using spi1 + dma (MAX11198ATE+)i though it works fine but, sometimes it returns wrong values i have checked the waveforms of SPI MISO/MOSI, SCK (hardware)but there was no error forms. it seems to be matche...
hi,i'm porting of little file system in to the m7 b/dafter the porting task is done, it can not be operated properly.it prints to the console 'corrupted dir pair at 0x0 0x1'i don't know why this print message..here is my lfs settings#define LFS_READ_...
hi,i'm trying to build the kernel source on the stm32f746-discoi'have forked github link of kernel sourcehttps://github.com/KpuFish/linux-stm32f7regarding the step discriptions,-->>Steps to make the uImage :1) use `make stm32f746_disco_defconfig' to ...
hi,i'm trying to port uclinux into the 746 disco board for studyhere is my settingsboard ip 192.168.5.100tftp server ip 192.168.5.120i've used window tftp toolbut, it was failed to port uImage into the board using TFTPi attached image that i 'm stuck...