• [CORTEXM4] Tarmac.log in Palladium simulation
    Hi, I am running the ASIC emulation on the Palladium machine. Right now we are using the ARM RTL (instead of ARM PLI) and in such case there is no tarmac.log. Is there an option to run with ARM...
  • [CORTEXM4] Tarmac.log in Palladium simulation
    Hi, I am running the ASIC emulation on the Palladium machine. Right now we are using the ARM RTL (instead of ARM PLI) and in such case there is no tarmac.log. Is there an option to run with ARM...
  • rearranging the bits of a sfr byte
    I have a board that I think is incorectly wired to a keypad and I want to change the way I send data to that port. I am trying to do somthing like this: struct keypad_pins1 { sbit row1 = P2^7; ...
  • rearranging the bits of a sfr byte
    I have a board that I think is incorectly wired to a keypad and I want to change the way I send data to that port. I am trying to do somthing like this: struct keypad_pins1 { sbit row1 = P2^7; ...
  • CortexM4 -mfloat-abi=hard, linker error
    I am trying to build baremetal binary for cortexm4 using fpu=fpv4-sp-d16 and float-abi=hard options. While building with float-abi=soft works fine, as soon as I switch to hardware fpu, i get linker...