Jump to content

atilla457

Programmer
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

atilla457's Achievements

MIDIbox Newbie

MIDIbox Newbie (1/4)

0

Reputation

  1. Thanks TK. I'll look at the link over the weekend and see how it goes. I found these spi memories from Microchip. They are 32KB over SPI. It may come in handy in the future. http://search.digikey.com/scripts/DkSearch/dksus.dll?Detail&name=23A256-I/P-ND
  2. I wish the connections were 1-1 so a straight ribbon cable would have worked, but it needs a slight re-pinout. This is what I did after reviewing the core, sid and core32 schematics (and the unofficial_sid_v4 from luke). STM32/J19 pin name = SID Module pin name RC1 = RCLK RC2 = CS# SC = SCLK SO = MU (or SER) SI = CLK 5V = 5V VSS = VSS It worked the first time. I got 1kHz from my SID 6581. Horraayyyy Next step is to figure out how to play SID files from either SIDPLAYER or from a SDCARD hooked up to the STM32. the latter shouldn't be that difficult, right? (am I dreaming?) I found a piece of code searching either this forum or other, that outputs SID register writes while processing a SID file. (siddump at http://covertbitops.c64.org/). If we can port this code to stm32 and let it dump the files into the sid directly, it should work? Great job to TK and others btw, stm32 & tols are great.
  3. I got an STM32 and SID module from smashTV. I played with STM32 and the tools. I simply love it. My next step is to connect the SID module to the stm32. What is the optimum way to make the connections between the stm32 and the sid? Should I use J19 on stm32 and follow the pin-connections in the sid.h/sid.c defaults (under modules/ directory)? I wonder if I need to follow a specific pin-out to get the benefits of stm32, i.e. clock outputs and serial outputs. thanks,
×
×
  • Create New...