• translation table APTable permission problem
    Hello, I am trying to make pmd level of the translation table as read only so that any writes in the pte entries should cause a permission fault. Current steps which i am doing are: 1) inside...
  • translation table APTable permission problem
    Hello, I am trying to make pmd level of the translation table as read only so that any writes in the pte entries should cause a permission fault. Current steps which i am doing are: 1) inside...
  • Problem translating sound file to spectrogram
    I made a simple neural network with a few words. Converted to a microcontroller. All OK. I convert a file with one of the words into a spectrogram with the tools that come with TensorFlow. Sew in the...
  • Problem translating sound file to spectrogram
    I made a simple neural network with a few words. Converted to a microcontroller. All OK. I convert a file with one of the words into a spectrogram with the tools that come with TensorFlow. Sew in the...
  • Problem translating application to 0x8000 for debugging
    I am trying to get Mon51 working at address 0x0000 in EPROM. Monitor is built with XDATA(XDATA_AREA(0D000H)), CODE(INITSEG(00000H)), INSTALLCODE(01000H). Interrupt vectors are translated to 0x8000...