buck50 icon indicating copy to clipboard operation
buck50 copied to clipboard

STM32F103 logic analyzer and more

Results 11 buck50 issues
Sort by recently updated
recently updated
newest added

Hi all, i wanted to use buck50 in order to record a simple digital communication of 19.2 kBaud. I call monitor with the following command: `monitor rate=50k pb4-11=enabled printf="%2.5f"` At...

Trying to send multiple bytes in an SPI transfer from buck50.py, I'm unable to find a method to keep /CS (NSS) asserted for the complete transfer. Presently /CS rises briefly...

Here's the error message: ``` arm-none-eabi-ld -o buck50.elf -static -M --print-memory-usage \ buck50.o usb_dev.o usb_dev_cdc_acm.o buck50_asm.o stm32f103_flash_init.o \ -T src/low_stack_flash.ld \ > buck50.elf.map arm-none-eabi-ld: stm32f103_flash_init.o: in function `init': /home/dima/repos/buck50/build/init/stm32f103_flash_init.c:55: undefined...

Hi, what driver I need choose in pulseview? And what baudrate? Thanks

Problem: "logic" command does not terminate on some "Blue Pill" MCUs Reason: MCU does not generate interrupt when writing past end of RAM Workaround: None. Do not use "logic edges="...

Nice project. I wrote a simple high-speed logic capture firmware for the AVR atmega8 a few years ago, and have been thinking of doing something better with the STM32 ever...

I am using `logic` command in order to record a digital signal of about 19.2 kbaud and I want to set trigger in falling edge. I tried this: `$1.50: trigger...

Running script in windows does not work. Problems with python libraries. No requirements description

Hi, I really like the project and where it is headed. As stated in the README, SMBUS mode is not currently supported https://github.com/thanks4opensource/buck50/blob/e77172a73e2da7a10e4f371f3b2d3c184f053ce9/README.md?plain=1#L2896 Are there any plans of supporting SMBUS...

Hi, I am interested in your app and I would like to use it with my Nucleo F103RB board. Does it work as-is, without any hustle to resolve ? As...