Roman Pollak

Results 11 issues of Roman Pollak

Hi, after little bit of fiddling, I was able to run hallo world on upduino v2 from flash. However it look like nothing which was written to ram, came the...

Hi, I wonder whether someone has an working spi on stm32h7 since libopencm3 does not support spiv3 yet ? Code example would be great. thx & rgds Roman

Shared string like : ``` Summe Text Test 123 ®123 ``` will not catch the whole 3th string, due to parser search for "/sst/si/t/*", however in this case the xpath...

Hi, just started play around blocklyduino and when create i created a function, gcc gives an error on following code: ``` int x; void test_rp(x) { digitalWrite(13,HIGH); delay((x)); digitalWrite(13,LOW); delay((x));...

enhancement

Hi, I wonder, whether it would be a big deal add interrupt support to this design ? rgds Roman

Hi, I tried to compile the vxi11 example and looks like either the vxi11.h is missing or the rpc source file, which the vxi11.h will be generated from... Or I...

Hi, When I try to "save as csv" sampled data in the oscilloscope, iio-osc retriggers capturing, so the saved data are never the same as shown on screen. rgds roman

Tried to port Lua on Fuzix and looks like trigonometry Functions are incomplete : arm-none-eabi-ld: ../../Library/libs/libmarmm0.a(sin.o): in function `sin': /tmp/FUZIX2/FUZIX/Library/libs/sin.c:72: undefined reference to `__sin' arm-none-eabi-ld: /tmp/FUZIX2/FUZIX/Library/libs/sin.c:70: undefined reference to `__rem_pio2'...

bug

Is it possible to support also old FM Floppy drives (such as 8 inch) and different sector sizes such as 256,128 or 1024 byte, such as listed in https://en.wikipedia.org/wiki/List_of_floppy_disk_formats ?...

Hi, I'm not 100% whether this is correct place.. However, I have a 8086 Board from the 80's, where the Rom starts at 0xf0000 till 0xfffff. Ram occupies 128KB starting...